Skip to content

Commit

Permalink
xrGame/ui/UIWindow_script.cpp: export with_battleye property to scrip…
Browse files Browse the repository at this point in the history
…ts (#382)

It's always false because BattlEye is proprietary technology and it's
support in S.T.A.L.K.E.R. was discontinued anyway.
  • Loading branch information
Xottab-DUTY committed Apr 7, 2024
1 parent 3682da0 commit cacd494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xrGame/ui/UIWindow_script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ SCRIPT_EXPORT(SServerFilters, (),
.def_readwrite("with_pass", &SServerFilters::with_pass)
.def_readwrite("without_pass", &SServerFilters::without_pass)
.def_readwrite("without_ff", &SServerFilters::without_ff)
.property ("with_battleye", +[] { return false; })
.def_readwrite("listen_servers", &SServerFilters::listen_servers)
];
});
Expand Down

0 comments on commit cacd494

Please sign in to comment.