Allowed players to rejoin if disconnect within first 10 minutes of UHC.

This commit is contained in:
Chiss 2014-10-12 18:27:49 +11:00
parent 603c0cb66e
commit 623cdb0f2c

View File

@ -138,7 +138,7 @@ public class UHC extends TeamGame
this.InventoryClick = true;
this.DeathOut = true;
this.QuitOut = true;
this.QuitOut = false;
this.CreatureAllow = true;
@ -218,6 +218,7 @@ public class UHC extends TeamGame
this.DamagePvP = true;
this.CompassGiveItem = true;
this.QuitOut = true;
}
}