]> git.localhorst.tv Git - blank.git/blobdiff - src/shared/commands.hpp
make command output visible to player(s)
[blank.git] / src / shared / commands.hpp
index 53ab6977ab7339c01dcba36d56058858ee2e7c9d..1c00241850350ac80ce5be9b5390e3112483bb65 100644 (file)
@@ -9,7 +9,7 @@ namespace blank {
 class TeleportCommand
 : public CLI::Command {
 
-       void Execute(CLI &, Player &, TokenStreamReader &) override;
+       void Execute(CLI &, CLIContext &, TokenStreamReader &) override;
 
 };