diff options
Diffstat (limited to 'src/map/charcommand.c')
-rw-r--r-- | src/map/charcommand.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/charcommand.c b/src/map/charcommand.c index d5746d379..4aecc260b 100644 --- a/src/map/charcommand.c +++ b/src/map/charcommand.c @@ -3853,7 +3853,6 @@ bool is_charcommand_sub(const int fd, struct map_session_data* sd, const char* s bool is_charcommand(const int fd, struct map_session_data* sd, const char* message) { int gmlvl = pc_isGM(sd); - int s_flag = 0; nullpo_retr(false, sd); |