Skip to content

Commit

Permalink
Remove parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanatosGit committed Oct 4, 2023
1 parent 3f8cf08 commit 28dae7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion open_samus_returns_rando/files/custom_savestation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion open_samus_returns_rando/files/custom_ship.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 28dae7e

Please sign in to comment.