gm删除道具

back_recharge
duhui 2023-02-10 18:42:37 +08:00
parent 3d1681bfad
commit 08042195cb
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}