Notice added

Notice of active development added to module description and onenter script
This commit is contained in:
EpicValor
2023-08-10 12:26:00 -05:00
parent a215aca183
commit 86fa6e51ac
4 changed files with 6 additions and 4 deletions

View File

@@ -8,6 +8,8 @@
void main()
{
SendMessageToPC (GetEnteringObject(), "This server is under active development and could go down arbitrarily. Admin will try to give notice beforehand.");
ExecuteScript("prc_onenter", OBJECT_SELF);
ExecuteScript("_oncliententer", OBJECT_SELF);
}