fix: fix order
This commit is contained in:
+1
-1
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user