Use event value

This commit is contained in:
Ruud
2012-10-12 21:04:49 +02:00
parent 269e98b049
commit ef6d0e04c0
+2 -1
View File
@@ -57,8 +57,9 @@ def fireEvent(name, *args, **kwargs):
# Do options
for x in options:
try:
val = kwargs[x]
del kwargs[x]
options[x] = True
options[x] = val
except: pass
e = events[name]