Skip to content

Commit

Permalink
Lua code format - (Stylua)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 29, 2024
1 parent 892282f commit 96174b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/modules/scripts/gamestore/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2167,7 +2167,7 @@ function HandleHirelingNameChange(playerId, offer, newHirelingName)
if not player then
return
end

if not hireling then
return player:showInfoModal("Error", "Your must select a hireling.")
end
Expand Down Expand Up @@ -2206,7 +2206,7 @@ function HandleHirelingSexChange(playerId, offer)
if not player then
return
end

if not hireling then
return player:showInfoModal("Error", "Your must select a hireling.")
end
Expand Down

0 comments on commit 96174b1

Please sign in to comment.