mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2025-07-25 19:12:20 +00:00
3 lines
101 B
Plaintext
3 lines
101 B
Plaintext
// fix strings to bool
|
|
_this apply {if (_x isEqualType "true") then {_x isEqualTo "true"} else {_x}}
|