X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fshared%2Fcommands.hpp;h=1c00241850350ac80ce5be9b5390e3112483bb65;hb=dcd54cacda98c2c0f7cf0c7a9131fb858d8ee10a;hp=53ab6977ab7339c01dcba36d56058858ee2e7c9d;hpb=10a310869c61cc52046e165f36ac9639fe9d0c69;p=blank.git diff --git a/src/shared/commands.hpp b/src/shared/commands.hpp index 53ab697..1c00241 100644 --- a/src/shared/commands.hpp +++ b/src/shared/commands.hpp @@ -9,7 +9,7 @@ namespace blank { class TeleportCommand : public CLI::Command { - void Execute(CLI &, Player &, TokenStreamReader &) override; + void Execute(CLI &, CLIContext &, TokenStreamReader &) override; };