Fixed rest menu not firing

Fixed rest menu not firing. Updated release archive.
This commit is contained in:
Jaysyn904
2023-11-15 23:30:59 -05:00
parent a513a8c6d0
commit f8f1413d0c
4 changed files with 3 additions and 1 deletions

View File

@@ -216,6 +216,8 @@ if(GetLocalInt(GetModule(), "MULTI")==TRUE)
//Your code goes here. (This happens when the PC is done resting..)
ExecuteScript("prc_rest", OBJECT_SELF);
}
}
}