additional 60 second logout timer for players who have enemies nearby and aren't in safezone

This commit is contained in:
2024-09-05 20:29:37 -05:00
parent 0c9343f24d
commit 04101c1c3e
+1 -1
View File
@@ -211,7 +211,7 @@ public class Enum {
STANDARD(6.1900001f, 13.97f, 4.2199998f, 13.97f, 6.3299999f, 18.379999f, 6.5f),
CENTAUR(6.1900001f, 16.940001f, 5.5500002f, 16.940001f, 6.3299999f, 18.379999f, 6.5f),
MINOTAUR(6.6300001f, 15.95f, 4.2199998f, 15.95f, 6.3299999f, 18.379999f, 6.5f),
IREKEI(6.35f, 15.25f, 4.2199998f, 14.5f, 6.3299999f, 18.379999f, 6.5f);
IREKEI(6.1900001f, 13.97f, 4.2199998f, 13.97f, 6.3299999f, 18.379999f, 6.5f);
private float walkStandard;
private float walkCombat;