minor fix
This commit is contained in:
parent
acbc40f03c
commit
d6ff62db87
@ -479,7 +479,7 @@ Void SetHolidayShowdownControlML() {
|
||||
if (GUIPlayer != Null) Owner <=> GUIPlayer;
|
||||
else Owner <=> InputPlayer;
|
||||
|
||||
if (Owner != Null) {
|
||||
if (Owner != Null && InputPlayer != Null) {
|
||||
declare netread Integer Net_CoolDownForEffects for Owner;
|
||||
declare netread Integer Net_CoolDownBeforeReset for Owner;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user