Skip to content

[BUG]LogObjectNotFound not implemented correctly #184

Description

@Holgerhollebolle

Describe the bug
I was happy to see you implemented the LogObjectNotFound option in Faster.
Unfortunatly it does not work. You need to implement it as a class called AdvancedOptions. In the Server.cfg needs to be:


class AdvancedOptions
{
    LogObjectNotFound = false;
};

To Reproduce
You can reproduce it by running any mission on a server and check the log. There should be no Object not found messeges...but there still are these messages.

Screenshots
This is how it does work when you enter the code in the Mission selecto overwrite
image

OS Version (required):

  • OS: Windows 10
  • FASTER Version 1.9e

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

  • Status
    To do

Relationships

None yet

Development

No branches or pull requests

Issue actions