DMF Quest

DMF Quest

42.9k Downloads

Lua error with 3.0.11

b-morgan opened this issue ยท 2 comments

commented
1x DMFQuest/DMFQuest.lua:178: '}' expected (to close '{' at line 163) near '['


Locals:
2x DMFQuest/DMFQuest.lua:1 DMFQuest/DMFQuest.lua:178: '}' expected (to close '{' at line 163) near '['
commented

Missing , on line 177. You can put a comma on line 178 as well. Lua is OK with that.

commented

Fixed