Skip to content

Commit

Permalink
fixed wkr warps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lygre committed Nov 21, 2016
1 parent bf92609 commit 6e5e578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wkr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ windower.register_event('addon command', function(...)
if S{'yorcia','marjami','kamihr','ceizak','morimar','foret'}:contains(lcmd) then
pkt = validate()
unk_1 = warps[lcmd]
busy = true
warp_busy = true
poke_warp()
if args[1] and args[1]:lower() == 'all' then
windower.send_ipc_message('goall '..lcmd)
Expand Down

0 comments on commit 6e5e578

Please sign in to comment.