Skip to content

Commit

Permalink
fix the error
Browse files Browse the repository at this point in the history
  • Loading branch information
ineed bots committed Dec 26, 2023
1 parent 2480628 commit 34ad334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mp/bots_adapter_pt6.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ main()
level.bot_builtins["botmeleeparams"] = ::do_botmeleeparams;
level.bot_builtins["clearbotmeleeparams"] = ::do_clearbotmeleeparams;
level.bot_builtins["getfunction"] = ::do_getfunction;
level.bot_builtins["replacefunc"] = ::do_replacefunc;a
level.bot_builtins["replacefunc"] = ::do_replacefunc;
level.bot_builtins["disabledetouronce"] = ::do_disabledetouronce;
}

Expand Down

0 comments on commit 34ad334

Please sign in to comment.