mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2025-02-08 00:11:42 +01:00
Add error messages when unique ID is not unique.
This commit is contained in:
parent
1ecbac43bf
commit
11c3637b2a
@ -207,7 +207,7 @@ public class AdminGUI extends CommonGUI
|
||||
}
|
||||
else
|
||||
{
|
||||
// TODO: Throw message that uniqueID is not valid.
|
||||
this.user.sendMessage("challenges.errors.unique-id", "[id]", reply);
|
||||
this.build();
|
||||
}
|
||||
|
||||
@ -243,7 +243,7 @@ public class AdminGUI extends CommonGUI
|
||||
}
|
||||
else
|
||||
{
|
||||
// TODO: Throw message that uniqueID is not valid.
|
||||
this.user.sendMessage("challenges.errors.unique-id", "[id]", reply);
|
||||
this.build();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user