Do not broadcast char info when client is disconnected.
This commit is contained in:
		| @@ -4739,6 +4739,12 @@ public class Player extends Playable | ||||
| 	 | ||||
| 	public void broadcastCharInfo() | ||||
| 	{ | ||||
| 		// Client is disconnected. | ||||
| 		if (isOnlineInt() == 0) | ||||
| 		{ | ||||
| 			return; | ||||
| 		} | ||||
| 		 | ||||
| 		final CharInfo charInfo = new CharInfo(this, false); | ||||
| 		for (Player player : getKnownList().getKnownPlayers().values()) | ||||
| 		{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment