mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
getText vs. getNumber
This commit is contained in:
parent
a14cc0853e
commit
411fb6bc62
@ -60,7 +60,7 @@ switch (true) do {
|
||||
case (_type == 801): {["item","uniform"]};
|
||||
|
||||
case (_type == 2^12): {
|
||||
switch (toLower getNumber (_config >> "simulation")) do {
|
||||
switch (toLower getText (_config >> "simulation")) do {
|
||||
case ("binocular"): {["weapon","binocular"]};
|
||||
case ("nvgoggles"): {["item","nvgoggles"]};
|
||||
case ("itemminedetector"): {["item","minedetector"]};
|
||||
|
Loading…
Reference in New Issue
Block a user