mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-23 16:41:38 +01:00
Missing signs in sign list: balance and weather
This commit is contained in:
parent
367fcdd029
commit
4d3e8332a8
@ -3,6 +3,7 @@ package com.earth2me.essentials.signs;
|
||||
|
||||
public enum Signs
|
||||
{
|
||||
BALANCE(new SignBalance()),
|
||||
BUY(new SignBuy()),
|
||||
DISPOSAL(new SignDisposal()),
|
||||
FREE(new SignFree()),
|
||||
@ -12,7 +13,8 @@ public enum Signs
|
||||
SELL(new SignSell()),
|
||||
TIME(new SignTime()),
|
||||
TRADE(new SignTrade()),
|
||||
WARP(new SignWarp());
|
||||
WARP(new SignWarp()),
|
||||
WEATHER(new SignWeather());
|
||||
private final EssentialsSign sign;
|
||||
|
||||
private Signs(final EssentialsSign sign)
|
||||
|
Loading…
Reference in New Issue
Block a user