This commit is contained in:
2021-04-27 23:24:11 +02:00
parent 38a47c32c2
commit c26d477557
2 changed files with 56 additions and 1 deletions

View File

@@ -274,6 +274,8 @@ handsup();
import spawnschutz from './Player/spawnschutz';
spawnschutz();
import bigmap from './Gui/bigmap';
bigmap();
require('./Gui/policedepartment');
require('./Gui/helptext');
@@ -287,4 +289,4 @@ interface VehicleData {
export {
VehicleData
}
}