added option to disable score capping

This commit is contained in:
FinnHornhoover
2023-12-19 20:35:29 +03:00
committed by Gent Semaj
parent e61682dfb2
commit b765821552
4 changed files with 11 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ namespace settings {
extern int MONITORPORT;
extern int MONITORINTERVAL;
extern bool DISABLEFIRSTUSEFLAG;
extern bool IZRACESCORECAPPED;
void init();
}