fix: fix order
fix order
This commit is contained in:
committed by
GitHub
Unverified
parent
58db5875e8
commit
b43fc50f01
@@ -60,7 +60,7 @@ void Export_Legacy_GMLib_ServerAPI() {
|
|||||||
RemoteCall::exportAs(
|
RemoteCall::exportAs(
|
||||||
"GMLib_ServerAPI",
|
"GMLib_ServerAPI",
|
||||||
"addFakeList",
|
"addFakeList",
|
||||||
[](const std::string& xuid, const std::string& name) -> bool {
|
[](const std::string& name, const std::string& xuid) -> bool {
|
||||||
return GMLIB::Server::FakeList::addFakeList(name, xuid, ActorUniqueID(-1));
|
return GMLIB::Server::FakeList::addFakeList(name, xuid, ActorUniqueID(-1));
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user