mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 10:44:08 +00:00
feat: auto reject empty properties (#1794)
Tested that having the config option set to 1 and having an empty property auto-rejected it. Tested that having a model on the property or having the new config option set to 0 auto approved the property (as per live)
This commit is contained in:
@@ -77,3 +77,6 @@ allow_players_to_skip_cinematics=0
|
||||
# Customizable message for what to say when there is a cdclient fdb mismatch
|
||||
cdclient_mismatch_title=Version out of date
|
||||
cdclient_mismatch_message=We detected that your client is out of date. Please update your client to the latest version.
|
||||
|
||||
# Auto reject properties which contain no models | must be 1 in order to auto reject.
|
||||
auto_reject_empty_properties=0
|
||||
|
Reference in New Issue
Block a user