* Added command "/MODERATORS" to be able to list all moderators in-game if you are the host.
* Added support to be able to assign passwords to moderators. This is done by right clicking on the moderator list in the server software OR by using the command "/SETMODERATORPASSWORD [X] [PASS]" where [X] is the shorthand index of the moderator (as displayed in the /MODERATORS command) and [PASS] is the new password.
* Fixed a bug where commands "/SETTEAMS" and "/SHUFFLETEAMS" wouldn't work in offline games.
* Fixed a red error message being displayed in the tutorial when dying for the first time.
Map Editor:
* Fixed a bug where you couldn't target OnPlayerDamageTriggers in the map editor from other triggers.
* Fixed a crash that could happen when clicking buttons in the map while testing your map in the Map Editor.
* ScriptAPI: Added IPlayer.GetEnergy(), IPlayer.GetMaxEnergy() to read current energy from a player.
* ScriptAPI: Fixed a bug which prevented callback events from triggering other registered callback events correctly in certain situations.
* Other minor fixes.