PcCafe packet improvements.

Contributed by darkillust.
This commit is contained in:
MobiusDev
2019-01-08 00:24:18 +00:00
parent b82e5a66a3
commit 37c751fbd1
30 changed files with 40 additions and 40 deletions

View File

@@ -123,7 +123,7 @@ public final class AdminPcCafePoints implements IAdminCommandHandler
target.setPcCafePoints(pcCafeCount);
target.sendMessage("Admin decreased your PC Cafe point(s) by " + value + "!");
BuilderUtil.sendSysMessage(activeChar, "You decreased PC Cafe point(s) of " + target.getName() + " by " + value);
target.sendPacket(new ExPCCafePointInfo(pcCafeCount, value, 1));
target.sendPacket(new ExPCCafePointInfo(target.getPcCafePoints(), -value, 1));
break;
}
case "rewardOnline":