Improved action use transform log.
Contributed by Sahar.
This commit is contained in:
@@ -125,7 +125,7 @@ public class RequestActionUse implements IClientIncomingPacket
|
||||
if (!(Arrays.binarySearch(allowedActions, _actionId) >= 0))
|
||||
{
|
||||
client.sendPacket(ActionFailed.STATIC_PACKET);
|
||||
LOGGER.warning("Player " + player + " used action which he does not have! Id = " + _actionId + " transform: " + player.getTransformation());
|
||||
LOGGER.warning("Player " + player + " used action which he does not have! Id = " + _actionId + " transform: " + player.getTransformation().getId());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user