Some corrections to lpxclient code

This commit is contained in:
2025-06-27 20:03:38 -04:00
parent 88b02c5458
commit c0307b970b
5 changed files with 17 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ public:
set_visible_world_and_actor(master_.get(), admin_id_);
// Trigger the loading of the lua source.
rescan_lua_source();
rescan_lua_source(true);
}
virtual void do_syntax_error(std::string_view error) override {
@@ -82,7 +82,7 @@ public:
}
virtual void do_cpl_command() override {
rescan_lua_source();
rescan_lua_source(true);
}
virtual void do_work_command() override {