summaryrefslogtreecommitdiff
path: root/src/game-server/commandhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/commandhandler.cpp')
-rw-r--r--src/game-server/commandhandler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game-server/commandhandler.cpp b/src/game-server/commandhandler.cpp
index ca258b27..1f3c3913 100644
--- a/src/game-server/commandhandler.cpp
+++ b/src/game-server/commandhandler.cpp
@@ -651,7 +651,6 @@ static void handleBan(Character *player, std::string &args)
static void handleGivePermission(Character *player, std::string &args)
{
Character *other;
- int level = 0;
// get the arguments
std::string character = getArgument(args);
@@ -708,7 +707,6 @@ static void handleGivePermission(Character *player, std::string &args)
static void handleTakePermission(Character *player, std::string &args)
{
Character *other;
- int level = 0;
// get the arguments
std::string character = getArgument(args);