wovencode / OpenMMO

OpenMMO - Groundwork
http://open-mmo.net
Other
179 stars 30 forks source link

[UI] UIRoot localPlayer always null #54

Closed alka69 closed 4 years ago

alka69 commented 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)

wovencode commented 4 years ago

should be fixed now

DX4D commented 4 years ago

Confirmed Fixed