mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-10-31 01:23:44 +01:00 
			
		
		
		
	Fixes #505
This commit is contained in:
		| @@ -201,12 +201,16 @@ public class BukkitPlayer extends PlotPlayer { | ||||
|         switch (gamemode) { | ||||
|             case ADVENTURE: | ||||
|                 player.setGameMode(GameMode.ADVENTURE); | ||||
|                 return; | ||||
|             case CREATIVE: | ||||
|                 player.setGameMode(GameMode.CREATIVE); | ||||
|                 return; | ||||
|             case SPECTATOR: | ||||
|                 player.setGameMode(GameMode.SPECTATOR); | ||||
|                 return; | ||||
|             case SURVIVAL: | ||||
|                 player.setGameMode(GameMode.SURVIVAL); | ||||
|                 return; | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 boy0001
					boy0001