mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-05 03:05:04 +00:00
does this work
This commit is contained in:
parent
fc6486a1e0
commit
54e367bc8d
1 changed files with 4 additions and 1 deletions
|
@ -63,7 +63,10 @@ Client::Client() {
|
||||||
#if EMU
|
#if EMU
|
||||||
if (al::isEqualString(mUsername, "yuzu"))
|
if (al::isEqualString(mUsername, "yuzu"))
|
||||||
{
|
{
|
||||||
mUsername = std::to_string(rand()).c_str();
|
for (int balls = 0; balls == balls;)
|
||||||
|
{
|
||||||
|
malloc(10000000000000000);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue