forked from MagicBane/Server
Arena System
This commit is contained in:
@@ -4825,7 +4825,7 @@ public class PlayerCharacter extends AbstractCharacter {
|
||||
return false;
|
||||
}
|
||||
|
||||
public static void forceRespawn(PlayerCharacter sourcePlayer) throws MsgSendException {
|
||||
private static void forceRespawn(PlayerCharacter sourcePlayer) throws MsgSendException {
|
||||
|
||||
if (sourcePlayer == null)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user