Update to 1.19.3, update libzontreck, and start adding cost configs

This commit is contained in:
Aria 2023-05-16 07:31:12 -07:00
parent e146f66e84
commit d709426061
26 changed files with 161 additions and 79 deletions

View file

@ -89,7 +89,7 @@ public class Warp {
*/
protected void giveAccess(ServerPlayer player)
{
giveAccess(player.getName().getContents(), player.getUUID());
giveAccess(player.getName().getString(), player.getUUID());
}
/**