Refactored Command structure, began support for API driven Rooms
This commit is contained in:
@@ -30,6 +30,7 @@ public abstract class Score {
|
||||
}
|
||||
|
||||
public void setDone() {
|
||||
if(isDone) return;
|
||||
isDone = true;
|
||||
new ChatMessage(Icon.STAR, true)
|
||||
.appendTranslated("score#result")
|
||||
|
Reference in New Issue
Block a user