File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/java/com/intellectualsites/hyperverse/flags Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2323import com .intellectualsites .hyperverse .flags .implementation .LocalRespawnFlag ;
2424import com .intellectualsites .hyperverse .flags .implementation .PveFlag ;
2525import com .intellectualsites .hyperverse .flags .implementation .PvpFlag ;
26+ import com .intellectualsites .hyperverse .flags .implementation .WorldPermissionFlag ;
2627import org .jetbrains .annotations .NotNull ;
2728
2829import java .util .HashMap ;
@@ -46,6 +47,7 @@ public GlobalWorldFlagContainer() {
4647 this .addFlag (ForceSpawn .FORCE_SPAWN_FALSE );
4748 this .addFlag (PvpFlag .PVP_FLAG_TRUE );
4849 this .addFlag (PveFlag .PVE_FLAG_TRUE );
50+ this .addFlag (WorldPermissionFlag .WORLD_PERMISSION_FLAG_DEFAULT );
4951 }
5052
5153 @ Override public WorldFlag <?, ?> getFlagErased (Class <?> flagClass ) {
You can’t perform that action at this time.
0 commit comments