waiting_for_others improvement

Shows what players we are waiting for, but only after a predefined time
This commit is contained in:
foin137
2020-12-20 14:13:30 +01:00
parent dc26da0a6f
commit 66d4663e52
2 changed files with 28 additions and 37 deletions

View File

@@ -2,6 +2,7 @@
//Constants
define("_VERSION","v1.2.4");
define("_LISTMAXRELOADTIME",3000);
define("_WAITINGFOROTHERSTIME",30); //Innerhalb dieser Sekunden bleibt verborgen, auf wen noch gewartet wird.
//Phasen
define ("PHASESETUP",0);