mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-24 21:47:45 +00:00
Forgot a word in log message
This commit is contained in:
parent
ecd19af947
commit
7c414a72b6
1 changed files with 1 additions and 1 deletions
|
@ -727,7 +727,7 @@ async fn client_loop(
|
|||
tracing::warn!("Lua error in {file_name}: {:?}", err);
|
||||
}
|
||||
} else {
|
||||
tracing::warn!("Received unknown GM {command} with args: arg0: {arg0} arg1: {arg1} arg2: {arg2} arg3: {arg3}!");
|
||||
tracing::warn!("Received unknown GM command {command} with args: arg0: {arg0} arg1: {arg1} arg2: {arg2} arg3: {arg3}!");
|
||||
}
|
||||
}
|
||||
ClientZoneIpcData::ZoneJump {
|
||||
|
|
Loading…
Add table
Reference in a new issue