Skip to content

1.3

Compare
Choose a tag to compare
@DorCoMaNdO DorCoMaNdO released this 23 May 14:51
· 3 commits to master since this release

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.