Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 9e0cef9

Browse files
committed
sigh2
1 parent 3993bda commit 9e0cef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

byond-extools/src/monstermos/monstermos.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ const char* enable_monstermos()
497497
str_id_floor_rip = Core::GetStringId("handle decompression floor rip", true);
498498
str_id_extools_pointer = Core::GetStringId("_extools_pointer_gasmixture", true);
499499

500-
SSair = Value::Global().get("SSair");
500+
SSair = Value(GetAssocElement(0x52, 0, STRING, Core::GetStringId("SSair")));
501501
//Set up gas types map
502502
std::vector<Value> nullvector = { Value(0.0f) };
503503
Container gas_types_list = Core::get_proc("/proc/gas_types").call(nullvector);

0 commit comments

Comments
 (0)