1.3
Removed a testing call to the chatMessage event.
The rcon commands are now case insensitive.
Removed some properties in Player that I believe are not intended for scripts to use, removed setters for the remaining properties.
Removed Touch() in Player.
Added support for delegates as event arguments (across ServerWrapper scripts only, the string identifier used locally to retrieve the delegate will be passed to lua)
Fixed an error that may occur when automatically removing a script's "rconCommand" event handlers during Unload().
Added StopResource, StartResource, SetGameType and SetMapName.