expansion:: mod_allowed export

This commit is contained in:
Zeno Rogue 2022-09-14 18:02:12 +02:00
parent 944f5e30af
commit 90669b6bb8
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ enum eNumberCoding { ncNone, ncDistance, ncType, ncDebug, ncError };
EX string ncnames[5] = { "NO", "distance", "type", "debug", "error" };
EX eNumberCoding number_coding = ncDistance;
bool mod_allowed() {
EX bool mod_allowed() {
return cheater || autocheat || arcm::in() || tour::on;
}