Skip to content

Commit

Permalink
fix server.flag.expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 29, 2019
1 parent 802a1e7 commit 2c22b8f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -377,6 +377,7 @@ public void serverTag(ReplaceableTagEvent event) {
// -->
if (attribute.startsWith("expiration")) {
event.setReplaced(flag.expiration().getAttribute(attribute.fulfill(1)));
return;
}

event.setReplaced(new ListTag(flag.toString(), true, flag.values())
Expand Down

0 comments on commit 2c22b8f

Please sign in to comment.