mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
command: last tiny change
This commit is contained in:
parent
46781d553c
commit
e6da84bddf
@ -206,7 +206,9 @@ namespace command
|
||||
const auto command = utils::string::to_lower(name);
|
||||
|
||||
if (!handlers.contains(command))
|
||||
{
|
||||
add_raw(name, main_handler);
|
||||
}
|
||||
|
||||
handlers[command] = callback;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user