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
|
public enum Signs
|
||||||
{
|
{
|
||||||
|
BALANCE(new SignBalance()),
|
||||||
BUY(new SignBuy()),
|
BUY(new SignBuy()),
|
||||||
DISPOSAL(new SignDisposal()),
|
DISPOSAL(new SignDisposal()),
|
||||||
FREE(new SignFree()),
|
FREE(new SignFree()),
|
||||||
@@ -12,7 +13,8 @@ public enum Signs
|
|||||||
SELL(new SignSell()),
|
SELL(new SignSell()),
|
||||||
TIME(new SignTime()),
|
TIME(new SignTime()),
|
||||||
TRADE(new SignTrade()),
|
TRADE(new SignTrade()),
|
||||||
WARP(new SignWarp());
|
WARP(new SignWarp()),
|
||||||
|
WEATHER(new SignWeather());
|
||||||
private final EssentialsSign sign;
|
private final EssentialsSign sign;
|
||||||
|
|
||||||
private Signs(final EssentialsSign sign)
|
private Signs(final EssentialsSign sign)
|
||||||
|
Reference in New Issue
Block a user