mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:53:28 +00:00
Fixed leak global vars from convert client pos and extract role functions
This commit is contained in:
@@ -19,11 +19,15 @@
|
||||
* Public: Yes
|
||||
*/
|
||||
|
||||
params["_latitude", "_longitude", "_altitude"];
|
||||
params [
|
||||
["_latitude", 0, [0]],
|
||||
["_longitude", 0, [0]],
|
||||
["_altitude", 0, [0]]
|
||||
];
|
||||
|
||||
_position = [_latitude, _longitude, _altitude];
|
||||
private _position = [_latitude, _longitude, _altitude];
|
||||
|
||||
_realLocation = null;
|
||||
private _realLocation = [0, 0, _altitude];
|
||||
|
||||
switch (toLower worldName) do {
|
||||
case "altis": {
|
||||
|
||||
Reference in New Issue
Block a user