X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fshared%2Fcommands.hpp;h=1c00241850350ac80ce5be9b5390e3112483bb65;hb=fa3c4a14546d73ddc2671cd5cc58208839bf7173;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; };