Wireless block no uses placed side to orient, this is more natural for it instead of the place based version.
Added Wireless Encoder Gui to the Security Term Security Term now only accepts Biometric Cards in the config slot. Added Wireless Block. Added Wireless Terminal. Fixed Crash when loading world settings. Configure slot of Security Block now drops on destruction.
This commit is contained in:
@@ -168,7 +168,7 @@ public class WorldSettings extends Configuration
|
||||
public int getPlayerID(String username)
|
||||
{
|
||||
ConfigCategory playerList = this.getCategory( "players" );
|
||||
if ( playerList == null )
|
||||
if ( playerList == null || username == null || username.length() == 0 )
|
||||
return -1;
|
||||
|
||||
Property prop = playerList.get( username );
|
||||
|
||||
Reference in New Issue
Block a user