Skip to content

Commit

Permalink
Replace account type delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
GroobleDierne committed Aug 31, 2024
1 parent 068c10f commit 358730b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public Set<String> getBanks() {
*/
@Override
public Account getAccount(String id) {
String[] parts = id.split(":");
String[] parts = id.split("-");

if (parts.length == 1) {
OfflinePlayer player = Util.getOfflinePlayer(id);
Expand Down

0 comments on commit 358730b

Please sign in to comment.