What's New in Version 0.1.5 See changelog
Released
Version 0.1.5 Release Notes:
Hello Rust Community!
I'm excited to present version 0.1.5 of BuildCost UI with this update. Here are the changes and additions I've made:
Permission System Fix:
- Init UI problems solved
- Player can spawn UI only If he has permission
bool SpawnUIHasPermission(BasePlayer player) { bool hasPermission = false; if (permission.UserHasPermission(player.UserIDString, PERMISSION)) { hasPermission = true; } return hasPermission; }
Data Load Performance Improvment:
- UI Data only loads If player has permission
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.