Files
starruler-linux/scripts/shadow/achievements.as
T
2018-07-17 14:15:37 +02:00

6 lines
127 B
ActionScript 3

import bool getCheatsEverOn() from "cheats";
void clientAchive(string id) {
if(!getCheatsEverOn())
unlockAchievement(id);
}