Closed alka69 closed 4 years ago
In Root abstract class, localplayer return always null. Condition affect value instead of compare.
Fix: line 24 if (_localPlayer = null) --> if (_localPlayer == null)
should be fixed now
Confirmed Fixed
In Root abstract class, localplayer return always null. Condition affect value instead of compare.
Fix: line 24 if (_localPlayer = null) --> if (_localPlayer == null)