mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Commands: Code cleanup
Remove commented out code
This commit is contained in:
@@ -246,7 +246,6 @@ public:
|
||||
if (!*args)
|
||||
return false;
|
||||
|
||||
// std::int flag = (char*)args;
|
||||
int flag = atoi((char*)args);
|
||||
|
||||
Player* chr = handler->getSelectedPlayer();
|
||||
|
||||
Reference in New Issue
Block a user