Fixes tab issue
This commit is contained in:
		| @@ -284,7 +284,7 @@ public class PacketHandlerSpawn implements IPacketHandler { | ||||
|  | ||||
|             if (!((PlayerDisguise) disguise).isDisplayedInTab()) { | ||||
|                 if (LibsPremium.getPaidInformation() == null || | ||||
|                         LibsPremium.getPaidInformation().getVersion().matches("[0-9]+")) { | ||||
|                         LibsPremium.getPaidInformation().getBuildNumber().matches("[0-9]+")) { | ||||
|                     packets.addDelayedPacket(deleteTab, DisguiseConfig.getPlayerDisguisesTablistExpires()); | ||||
|                 } | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user