Commit 755b1439 authored by nanahira's avatar nanahira

fix1

parent 5303516b
...@@ -144,7 +144,8 @@ end ...@@ -144,7 +144,8 @@ end
function cm.PushNewEffect(p,code,e) function cm.PushNewEffect(p,code,e)
if not cm[p][code] then if not cm[p][code] then
cm[p][code]={} --cm[p][code]={}
return
end end
--Debug.Message(code) --Debug.Message(code)
table.insert(cm[p][code],e) table.insert(cm[p][code],e)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment