Allowed players to rejoin if disconnect within first 10 minutes of UHC.
This commit is contained in:
parent
603c0cb66e
commit
623cdb0f2c
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user