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

Commit 0da11c4

Browse files
committed
Update monstermos.cpp
1 parent 7fc1ddc commit 0da11c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

byond-extools/src/monstermos/monstermos.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,9 +442,7 @@ trvh refresh_atmos_grid(unsigned int args_len, Value* args, Value src)
442442
}
443443

444444
void initialize_gas_overlays() {
445-
Value GLOB = Value::Global().get("GLOB");
446-
if (!GLOB) return;
447-
Container meta_gas_info = GLOB.get("meta_gas_info");
445+
Container meta_gas_info = Value::Global().get("meta_gas_info");
448446
if (!meta_gas_info.type) return;
449447
for (int i = 0; i < TOTAL_NUM_GASES; ++i)
450448
{

0 commit comments

Comments
 (0)