Annotations update

This commit is contained in:
ChocoTaco 2019-09-13 15:34:03 -04:00
parent 3c4bb7ac87
commit ac20f70b98
9 changed files with 87 additions and 56 deletions

View file

@ -1,12 +1,14 @@
//Timed Server reset
//Reset Server after a certain time
// Timed Server Reset Script
//
//Time in Minutes
// Reset Server after a certain time
// after the last client leaves
//
// Time in Minutes
// $Host::EmptyServerResetTime = 120;
//To control whether the server auto resets when empty
// To control whether the server auto resets when empty
// $Host::EmptyServerReset = 1;
//Changed in evo Server.ovl
// Changed in evo Server.ovl
//
//function GameConnection::onDrop(%client, %reason)
//{