mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Fixed errors in lua clone units
This commit is contained in:
@@ -201,7 +201,7 @@ export function followUnit(ID: number, targetID: number, offset: { "x": number,
|
||||
|
||||
export function cloneUnits(units: {ID: number, location: LatLng}[], callback: CallableFunction = () => {}) {
|
||||
var command = { "units": units };
|
||||
var data = { "cloneUnit": command }
|
||||
var data = { "cloneUnits": command }
|
||||
POST(data, callback);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user