mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-12 03:35:49 +00:00
Merge branch 'patch-3' of https://github.com/Wilee999/TotalFreedomMod into Wilee999-patch-3
This commit is contained in:
commit
5ec66e8c7e
1 changed files with 1 additions and 0 deletions
|
@ -741,6 +741,7 @@ public class TFM_PlayerListener implements Listener
|
|||
player.getInventory().clear();
|
||||
player.setOp(false);
|
||||
player.setGameMode(GameMode.SURVIVAL);
|
||||
TFM_PlayerData.getPlayerData().setFrozen(true);
|
||||
}
|
||||
else if (TFM_AdminList.isSuperAdmin(player) || TFM_Util.DEVELOPERS.contains(player.getName()))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue