diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index cd4ed4dbd..83e816cc1 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -3031,8 +3031,6 @@ int atcommand_pvpoff( const int fd, struct map_session_data* sd, const char* command, const char* message) { - struct map_session_data *pl_sd, **pl_allsd; - int i, users; nullpo_retr(-1, sd); if (battle_config.pk_mode) { //disable command if server is in PK mode [Valaris] |