mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	Fixed deny-teleport flag
This commit is contained in:
		@@ -113,7 +113,7 @@ public final class Flags {
 | 
			
		||||
        }
 | 
			
		||||
    };
 | 
			
		||||
    public static final BooleanFlag SLEEP = new BooleanFlag("sleep");
 | 
			
		||||
    public static final TeleportDenyFlag DENY_TELEPORT = new TeleportDenyFlag("teleport-deny");
 | 
			
		||||
    public static final TeleportDenyFlag DENY_TELEPORT = new TeleportDenyFlag("deny-teleport");
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    private static final HashMap<String, Flag<?>> flags;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user