fix(Core/Misc): Resolve output formatting issues with fmt library (#21191)
This commit is contained in:
parent
9a50d9f228
commit
12aa9dc12c
4 changed files with 15 additions and 15 deletions
|
|
@ -924,7 +924,7 @@ public:
|
|||
passenger->EnterVehicle(target, *seatId);
|
||||
}
|
||||
|
||||
handler->PSendSysMessage("Unit {} entered vehicle %hhd", entry, *seatId);
|
||||
handler->PSendSysMessage("Unit {} entered vehicle {:d}", entry, *seatId);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue