mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Prevent updating achievements for a game where the user cheated using Dev mode functions
This commit is contained in:
@@ -291,4 +291,8 @@ public abstract class PlayerController {
|
||||
public boolean canPlayUnlimitedLands() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean hasCheated() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user