* enableRandomEncryptSeed
* update config version
* Merge branch 'Grasscutters:development' into random-seed
* make the codes more beautiful
* move KahnsSort to algorithms
* rename variables
* Merge branch 'development' into random-seed
* Make platforms able to reset
platforms apparently are able to run again once reaching the last point. As well, canceling a timer seems to return a 0, not a 1
* Fix Seelies
Added HandlerClientScriptEventNotify (shoutouts to Hartie!) and cleaned up the platform stuff in ScriptLib.
There is a problem with HandlerClientScriptEventNotify where the client seems to only pass 0 into param1 instead of the configId. I coded in a workaround, but someone with greater access to things should check up on what is going on
* Little update to HandlerItemGivingReq.java
GIVING_METHOD_GROUP is used in cooking girl's quest
* Send the giving packet at the start of relogs, even if encountered before.
* Make item checking not exact
You can have more items in your inventory than what you are submitting.