Skip to content

Commit

Permalink
Warn when luasteam cannot be found
Browse files Browse the repository at this point in the history
  • Loading branch information
GauntletGames-2086 committed Dec 31, 2024
1 parent 00b1932 commit 19fde3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lovely/fixes.toml
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,6 @@ target = "main.lua"
pattern = "st = require 'luasteam'"
position = "at"
payload = """local success, _st = pcall(require, 'luasteam')
if success then st = _st end"""
if success then st = _st else sendWarnMessage(_st); st = {} end"""
overwrite = true
match_indent = true
2 changes: 1 addition & 1 deletion version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return "1.0.0~ALPHA-1230c-STEAMODDED"
return "1.0.0~ALPHA-1230d-STEAMODDED"

0 comments on commit 19fde3d

Please sign in to comment.