mirror of
https://github.com/foin137/werwolfonline.eu.git
synced 2025-12-12 11:21:22 +00:00
Possibility to disable new games
Include possibility to disable new games by changing a constant in constants.php
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
<?php
|
||||
//Constants
|
||||
define("_VERSION","v1.2.7");
|
||||
//Settings:
|
||||
define ("_NOGAMECREATIONERRORMESSAGE", ""); //Falls nicht "": Kein Spiel kann erstellt werden, stattdessen wird der string angezeigt.
|
||||
//define ("_NOGAMECREATIONERRORMESSAGE", "Wartungsarbeiten bis ..."); //Falls nicht "": Kein Spiel kann erstellt werden, stattdessen wird der string angezeigt.
|
||||
define("_LISTMAXRELOADTIME",3000);
|
||||
define("_MAXPLAYERS",50);
|
||||
|
||||
//Constants, do not change!
|
||||
define("_VERSION","v1.2.7");
|
||||
|
||||
//Phasen
|
||||
define ("PHASESETUP",0);
|
||||
define ("PHASESPIELSETUP",1);
|
||||
|
||||
Reference in New Issue
Block a user