mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-01 10:55:21 +00:00
fix: unglob all of /Build/Common
This commit is contained in:
@@ -37,7 +37,7 @@ HRESULT CScene_PartnernetPassword::OnNotifyPressEx(HXUIOBJ hObjPressed, XUINotif
|
||||
if(hObjPressed==m_OK)
|
||||
{
|
||||
// create the world and launch
|
||||
wstring wPassword = m_PartnernetPassword.GetText();
|
||||
std::wstring wPassword = m_PartnernetPassword.GetText();
|
||||
if(wPassword==L"5183")
|
||||
{
|
||||
app.NavigateBack(pNotifyPressData->UserIndex);
|
||||
|
||||
Reference in New Issue
Block a user