diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-29 11:24:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-29 11:24:29 -0300 |
commit | c7e7ed20611e63b06dfb06340127d6ac9ddc9f78 (patch) | |
tree | d9f2fe2e8a9c3a45e7534e6b15bd536535731338 /npc/functions/global_event_handler.txt | |
parent | c901566df9aa4b0b23dace21bbaec52670c5ddf1 (diff) | |
download | serverdata-c7e7ed20611e63b06dfb06340127d6ac9ddc9f78.tar.gz serverdata-c7e7ed20611e63b06dfb06340127d6ac9ddc9f78.tar.bz2 serverdata-c7e7ed20611e63b06dfb06340127d6ac9ddc9f78.tar.xz serverdata-c7e7ed20611e63b06dfb06340127d6ac9ddc9f78.zip |
This not so pretty function is Moubootaur Legends Server Updater.
It is much simpler than Hercules version and does not require admin intervention.
Although more dangerous and slower.
Diffstat (limited to 'npc/functions/global_event_handler.txt')
-rw-r--r-- | npc/functions/global_event_handler.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/global_event_handler.txt b/npc/functions/global_event_handler.txt index 8a9c4fd6..b63fb28f 100644 --- a/npc/functions/global_event_handler.txt +++ b/npc/functions/global_event_handler.txt @@ -45,6 +45,7 @@ OnClock1701: end; OnInit: + ServerUpdate(); // Update server if needed MOTD(); // set the MOTD array end; |