You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should validate player name and prevent AuthEntry constructor with invalid player names.
Also AuthEntry should not be called with nonexistent player in first place, make sure that player exists before constructing AuthEntry.
Only construct AuthEntry if player exists (included in mineunit:get_players() table).
The text was updated successfully, but these errors were encountered:
mineunit/auth.lua
Lines 37 to 42 in 15adf6c
This should validate player name and prevent AuthEntry constructor with invalid player names.
Also AuthEntry should not be called with nonexistent player in first place, make sure that player exists before constructing AuthEntry.
Only construct AuthEntry if player exists (included in
mineunit:get_players()
table).The text was updated successfully, but these errors were encountered: