From 063ad78a84fd59a5c1780d1fe8242d373224510a Mon Sep 17 00:00:00 2001 From: The Dax Date: Sun, 22 Jun 2025 16:09:11 -0400 Subject: [PATCH] Don't need tonumber for results --- resources/scripts/common/GenericAethernetShard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/common/GenericAethernetShard.lua b/resources/scripts/common/GenericAethernetShard.lua index f61cae9..9912657 100644 --- a/resources/scripts/common/GenericAethernetShard.lua +++ b/resources/scripts/common/GenericAethernetShard.lua @@ -9,7 +9,7 @@ end function onReturn(scene, results, player) local AETHERNET_MENU_CANCEL = 0 - local destination = tonumber(results[1]) + local destination = results[1] player:finish_event(EVENT_ID) if destination ~= AETHERNET_MENU_CANCEL then