Skip to content

Commit

Permalink
found regression bug when updating varaibles.
Browse files Browse the repository at this point in the history
  • Loading branch information
krazyito65 authored Jul 20, 2018
1 parent 468bc34 commit 762f7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CrossGambling/CrossGambling.lua
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ function CrossGambling_OnEvent(self, event, ...)

if (event == "CHAT_MSG_SYSTEM" and AcceptRolls=="true") then
local msg = ... -- name without the relam
CrossGambling_ParseRoll(tostring(temp1));
CrossGambling_ParseRoll(tostring(msg));
end
end

Expand Down

0 comments on commit 762f7ab

Please sign in to comment.