Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import bool getCheatsEverOn() from "cheats";
|
||||
|
||||
void clientAchive(string id) {
|
||||
if(!getCheatsEverOn())
|
||||
unlockAchievement(id);
|
||||
}
|
||||
Reference in New Issue
Block a user