What's New in Version 0.1.7 See changelog
Released
Version 0.1.7 Release Notes:
Enhancements:
-
TC authorization required (People can't access menu when they don't have any authorization).
bool HasTCAuthorization(BasePlayer player) { BuildingPrivlidge tc = player.GetBuildingPrivilege(); return tc != null && tc.IsAuthed(player); }
Notes:
This update does not introduce any backward compatibility issues.
Developed based on user feedback and suggestions, this update aims to provide a more stable user experience.
I'm wishing you all a good day.