mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-09 14:42:30 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -20,7 +20,7 @@ void ToggleDownfallCommand::execute(std::shared_ptr<CommandSender> source,
|
||||
std::vector<uint8_t>& commandData) {
|
||||
doToggleDownfall();
|
||||
logAdminAction(source, ChatPacket::e_ChatCustom,
|
||||
L"commands.downfall.success");
|
||||
"commands.downfall.success");
|
||||
}
|
||||
|
||||
void ToggleDownfallCommand::doToggleDownfall() {
|
||||
|
||||
Reference in New Issue
Block a user