gm支持
parent
7b09870bb7
commit
3b4bf37a8b
|
@ -12,7 +12,7 @@ public class Cmd_addblack extends GmAbstract {
|
|||
return false;
|
||||
}
|
||||
String uid = args[0];
|
||||
RedisUtil.getInstence().putMapEntry(RedisKey.FORBID_LOGIN, "", uid, "");
|
||||
RedisUtil.getInstence().putMapEntry(RedisKey.FORBID_LOGIN, "",uid,0);
|
||||
ProtocolsManager.getInstance().minuteCheckForbidUser();
|
||||
return true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue