fix: fix order

This commit is contained in:
Tsubasa6848
2024-05-28 00:12:20 +08:00
Unverified
parent f4d21a162e
commit 94c5ec25e4
+1 -1
View File
@@ -418,7 +418,7 @@ class Minecraft {
} }
static addFakeList(name, xuid) { static addFakeList(name, xuid) {
return GMLIB_API.addFakeList(xuid, name); return GMLIB_API.addFakeList(name, xuid);
} }
static removeFakeList(nameOrXuid) { static removeFakeList(nameOrXuid) {