Skip to content

Commit b887033

Browse files
committed
fix min convar
who knows what it will break
1 parent 3d46723 commit b887033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bp_ort/src/bots/simple_bot_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub fn register_manager_vars(_: &EngineData, token: EngineToken) {
8888
.expect("couldn't register bot_manager_max"),
8989
);
9090

91-
_ = TARGET_CONVAR.set(
91+
_ = MIN_CONVAR.set(
9292
ConVarStruct::try_new(
9393
&ConVarRegister {
9494
callback: Some(bot_manager_min),

0 commit comments

Comments
 (0)