Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Sphinx-Server/app/Realms/World.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ class World extends Model

const DEFAULT_NAME = 'World 1';
const DEFAULT_PVP = true;
const DEFAULT_GAMEMODE = true;
const DEFAULT_GAMEMODE = self::GAMEMODE_SURVIVAL;
const DEFAULT_SPAWN_ANIMALS = true;
const DEFAULT_DIFFICULTY = self::DIFFICULTY_EASY;
const DEFAULT_DIFFICULTY = self::DIFFICULTY_NORMAL;
const DEFAULT_SPAWN_MONSTERS = true;
const DEFAULT_SPAWN_PROTECTION = 0;
const DEFAULT_SPAWN_NPCS = true;
Expand Down