Skip to content

Commit cacd494

Browse files
committed
xrGame/ui/UIWindow_script.cpp: export with_battleye property to scripts (#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.
1 parent 3682da0 commit cacd494

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xrGame/ui/UIWindow_script.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ SCRIPT_EXPORT(SServerFilters, (),
105105
.def_readwrite("with_pass", &SServerFilters::with_pass)
106106
.def_readwrite("without_pass", &SServerFilters::without_pass)
107107
.def_readwrite("without_ff", &SServerFilters::without_ff)
108+
.property ("with_battleye", +[] { return false; })
108109
.def_readwrite("listen_servers", &SServerFilters::listen_servers)
109110
];
110111
});

0 commit comments

Comments
 (0)