Moved gun data into databases jsons, made core read from databases

This commit is contained in:
Pax1601
2023-09-20 18:58:21 +02:00
parent 0ca31afc91
commit fd2b7a00e1
19 changed files with 131 additions and 630 deletions

View File

@@ -723,7 +723,7 @@ export class Unit extends CustomMarker {
}
simulateFireFight(latlng: LatLng) {
simulateFireFight(this.ID, latlng);
getApp().getServerManager().simulateFireFight(this.ID, latlng);
}
/***********************************************/