Removed unnecessary references and cleaned up scripts.

This commit is contained in:
PrisonCamp
2015-01-18 02:05:57 -08:00
parent d8883a6ea6
commit 6a9522ef94
3103 changed files with 5836 additions and 19197 deletions
@@ -1,5 +1,5 @@
/**
* Data element for menu array
/*
Data element for menu array
*/
package script;
@@ -31,7 +31,7 @@ final public class menu_info_data implements Serializable
//-----------------------------------------------------------------------------
/**
* The constructor, yo.
* The constructor.
*/
menu_info_data (int id, int parent, int type, string_id stringId, boolean enabled, boolean serverNotify)