mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +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}}
|