Skip to content
Success

Changes

Summary

  1. By cutting down that username to 15 chars the namemanger failed to detect the shopowner when created. (commit: 2a3e720) (details)
  2. getUUIDFor method did return null when shortened wasn't found because it was never checked if its their full name (commit: 1af279a) (details)
Commit 2a3e7206e7256a13763ed7c47a25c92dddb10720 by maik
By cutting down that username to 15 chars the namemanger failed to detect the shopowner when created.
(commit: 2a3e720)
The file was modified src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/NameChecker.java (diff)
Commit 1af279a895217c0fa51bdfd26dc0e7393422af4d by maik
getUUIDFor method did return null when shortened wasn't found because it was never checked if its their full name
(commit: 1af279a)
The file was modified src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java (diff)