Moar Sanity Checking!

This commit is contained in:
AlgorithmX2
2014-07-04 01:19:45 -05:00
parent 0a470eefc2
commit 8ad1f6515c
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -899,6 +899,9 @@ public class Platform
public static EntityPlayer getPlayer(WorldServer w)
{
if ( w == null )
throw new NullPointerException();
EntityPlayer wrp = fakePlayers.get( w );
if ( wrp != null )
return wrp;