update sdk
This commit is contained in:
+1
-1
Submodule SDK-GMLIB updated: fa3ec71bdc...2bb91343e1
@@ -108,7 +108,7 @@ std::string registerStaticPlaceholder(
|
||||
}
|
||||
|
||||
std::string translateString(std::string const& str, std::string const& xuid) {
|
||||
return GMLIB::Server::PlaceholderAPI::translate(str, ll::service::bedrock::getLevel()->getPlayerByXuid(xuid));
|
||||
return GMLIB::Server::PlaceholderAPI::translateString(str, ll::service::bedrock::getLevel()->getPlayerByXuid(xuid));
|
||||
}
|
||||
|
||||
bool unRegisterPlaceholder(std::string const& str) { return GMLIB::Server::PlaceholderAPI::unRegisterPlaceholder(str); }
|
||||
|
||||
Reference in New Issue
Block a user