Disable Settings Menu for each individual player. Settings menus are by default on, but can be disabled by calling _SETTINGS:SetPlayerMenuOff().

This commit is contained in:
Sven Van de Velde
2018-02-26 21:15:04 +01:00
parent 08ad1a0bce
commit 4e28ed3ee6
2 changed files with 143 additions and 122 deletions

View File

@@ -10,4 +10,5 @@ _SCHEDULEDISPATCHER = SCHEDULEDISPATCHER:New() -- Core.Timer#SCHEDULEDISPATCHER
_DATABASE = DATABASE:New() -- Core.Database#DATABASE
_SETTINGS = SETTINGS:Set()
_SETTINGS:SetPlayerMenuOn()