mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-15 11:04:29 +02:00
Missing signs in sign list: balance and weather
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user