mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 08:15:43 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "java/InputOutputStream/DataOutputStream.h"
|
||||
|
||||
UpdateGameRuleProgressPacket::UpdateGameRuleProgressPacket() {
|
||||
m_messageId = L"";
|
||||
m_messageId = "";
|
||||
m_icon = -1;
|
||||
m_auxValue = 0;
|
||||
m_definitionType = ConsoleGameRules::eGameRuleType_LevelRules;
|
||||
@@ -16,7 +16,7 @@ UpdateGameRuleProgressPacket::UpdateGameRuleProgressPacket() {
|
||||
|
||||
UpdateGameRuleProgressPacket::UpdateGameRuleProgressPacket(
|
||||
ConsoleGameRules::EGameRuleType definitionType,
|
||||
const std::wstring& messageId, int icon, int auxValue, int dataTag,
|
||||
const std::string& messageId, int icon, int auxValue, int dataTag,
|
||||
void* data, int dataLength) {
|
||||
m_definitionType = definitionType;
|
||||
m_messageId = messageId;
|
||||
|
||||
Reference in New Issue
Block a user