minor fix

This commit is contained in:
Beu 2021-12-27 15:59:48 +01:00
parent acbc40f03c
commit d6ff62db87
1 changed files with 1 additions and 1 deletions

View File

@ -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;