Skip to content

Commit

Permalink
Fixed 053accb
Browse files Browse the repository at this point in the history
Signed-off-by: tiksan <[email protected]>
  • Loading branch information
dssecret committed Feb 1, 2025
1 parent 053accb commit fd99b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifications/faction-traveling/code.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ state = state

-- Preprocessed variables
---@type integer
TRAVEL_METHOD = TRAVEL_METHOD or 1 -- Defaults to standard travel
TRAVEL_METHOD = tonumber(TRAVEL_METHOD) or 1 -- Defaults to standard travel

if state.members == nil then
state.members = {}
Expand Down

0 comments on commit fd99b90

Please sign in to comment.