gm删除道具
parent
3d1681bfad
commit
08042195cb
|
|
@ -59,6 +59,7 @@ public class Cmd_general extends GmAbstract {
|
|||
map.put(Integer.parseInt(strings[0]),Long.parseLong(strings[0]));
|
||||
}
|
||||
ItemUtil.useItemLong(user,map, BIReason.GM_ROOT_REMOVE_ITEM,-999);
|
||||
LOGGER.info("通过gm后台删除玩家道具,uid:{},item:{}",uid, map);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue