Add 1 second respawn delay

This commit is contained in:
Sam 2016-07-28 19:33:16 +01:00
parent d30703c570
commit ba03051689

View File

@ -101,6 +101,7 @@ public class QuiverPayload extends TeamGame
}, new String[] { "Testing Description", });
this.DeathOut = false;
this.DeathSpectateSecs = 1;
this.DamageSelf = false;
this.DamageTeamSelf = false;
this.TeamArmorHotbar = true;