diff options
| author | jackpoz <giacomopoz@gmail.com> | 2016-08-20 20:53:08 +0200 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2016-08-20 20:53:08 +0200 |
| commit | eb9bf314c45a236f71a05814b2ef825c326eab83 (patch) | |
| tree | e0bc66ba810f45835e86b9c9df5e03f3c78c05d5 /src | |
| parent | 0b4b0ea3486192dfdf55d057edad913750f57186 (diff) | |
Core/Commands: Code cleanup
Remove commented out code
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 0adff61c9ec..af78eaf3a3b 100644 --- a/src/server/scripts/Commands/cs_cheat.cpp +++ b/src/server/scripts/Commands/cs_cheat.cpp @@ -246,7 +246,6 @@ public: if (!*args) return false; - // std::int flag = (char*)args; int flag = atoi((char*)args); Player* chr = handler->getSelectedPlayer(); |
