From 28dae7e1fab7d64027bed7b2df263eb6d0ec863b Mon Sep 17 00:00:00 2001 From: Thanatos Date: Wed, 4 Oct 2023 18:54:52 +0200 Subject: [PATCH] Remove parentheses --- open_samus_returns_rando/files/custom_savestation.lua | 2 +- open_samus_returns_rando/files/custom_ship.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/open_samus_returns_rando/files/custom_savestation.lua b/open_samus_returns_rando/files/custom_savestation.lua index d3b780a..b064cfe 100644 --- a/open_samus_returns_rando/files/custom_savestation.lua +++ b/open_samus_returns_rando/files/custom_savestation.lua @@ -10,5 +10,5 @@ function SaveStation.WarpToStart() end function SaveStation.OnDialogDeclined() Usable._oUsableObject.USABLE:OnDialogDeclined() - GUI.LaunchMessage("Warp to Start?", "SaveStation.WarpToStart", " SaveStation.Dummy()") + GUI.LaunchMessage("Warp to Start?", "SaveStation.WarpToStart", " SaveStation.Dummy") end \ No newline at end of file diff --git a/open_samus_returns_rando/files/custom_ship.lua b/open_samus_returns_rando/files/custom_ship.lua index a15967f..eb49144 100644 --- a/open_samus_returns_rando/files/custom_ship.lua +++ b/open_samus_returns_rando/files/custom_ship.lua @@ -10,5 +10,5 @@ function SamusShip.WarpToStart() end function SamusShip.OnDialogDeclined() Usable._oUsableObject.USABLE:OnDialogDeclined() - GUI.LaunchMessage("Warp to Start?", "SamusShip.WarpToStart", " SamusShip.Dummy()") + GUI.LaunchMessage("Warp to Start?", "SamusShip.WarpToStart", " SamusShip.Dummy") end \ No newline at end of file