Skip to content

Commit

Permalink
Follow up 47e3308, these lines shouldn't be changed.
Browse files Browse the repository at this point in the history
Signed-off-by: Cydh Ramdh <[email protected]>
  • Loading branch information
cydh committed Dec 9, 2014
1 parent 47e3308 commit 130fa2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/map/atcommand.c
Original file line number Diff line number Diff line change
Expand Up @@ -2950,8 +2950,8 @@ ACMD_FUNC(char_ban)
}

if( timediff < 0 && (
(bantype == CHRIF_OP_LOGIN_BAN && !pc_can_use_command(sd, parent_cmd, COMMAND_ATCOMMAND))
|| (bantype == CHRIF_OP_BAN && !pc_can_use_command(sd, parent_cmd, COMMAND_ATCOMMAND))
(bantype == CHRIF_OP_LOGIN_BAN && !pc_can_use_command(sd, "unban", COMMAND_ATCOMMAND))
|| (bantype == CHRIF_OP_BAN && !pc_can_use_command(sd, "charunban", COMMAND_ATCOMMAND))
))
{
clif_displaymessage(fd,msg_txt(sd,1023)); // You are not allowed to alter the time of a ban.
Expand Down

0 comments on commit 130fa2c

Please sign in to comment.