diff MainPage.xml @ 41:841191e42919

Removed CyborgMMO_Event first argument, it was always nil.
author madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09
date Mon, 29 Apr 2013 17:44:28 +0000
parents 67ad1101ee10
children f02cf040133c
line wrap: on
line diff
--- a/MainPage.xml	Thu Apr 25 23:02:39 2013 +0000
+++ b/MainPage.xml	Mon Apr 29 17:44:28 2013 +0000
@@ -193,7 +193,7 @@
 		</Frames>
 		<Scripts>
 			<OnLoad>CyborgMMO_Loaded()</OnLoad>
-			<OnEvent>CyborgMMO_Event(this, event, ...)</OnEvent>
+			<OnEvent>CyborgMMO_Event(event, ...)</OnEvent>
 		</Scripts>
 	</Frame>
 </Ui>