Commit 7d177f48 authored by nanahira's avatar nanahira

Revert "fix1"

This reverts commit 755b1439.
parent 755b1439
...@@ -144,8 +144,7 @@ end ...@@ -144,8 +144,7 @@ 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