diff options
author | jackpoz <giacomopoz@gmail.com> | 2016-08-20 20:53:08 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-12 16:27:58 +0100 |
commit | 7616f22bfb44af507191b9652825c548d1ac9713 (patch) | |
tree | 8398afbe84af847af886b85b785fc3857aa1c8a5 /src | |
parent | f886788a672014bcdefbcd8661c9a97518a37611 (diff) |
Core/Commands: Code cleanup
Remove commented out code
(cherry picked from commit eb9bf314c45a236f71a05814b2ef825c326eab83)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Commands/cs_cheat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/scripts/Commands/cs_cheat.cpp b/src/server/scripts/Commands/cs_cheat.cpp index 79ea52a4e34..3765cd0d6d3 100644 --- a/src/server/scripts/Commands/cs_cheat.cpp +++ b/src/server/scripts/Commands/cs_cheat.cpp @@ -248,7 +248,6 @@ public: if (!*args) return false; - // std::int flag = (char*)args; int flag = atoi((char*)args); Player* chr = handler->getSelectedPlayer(); |