mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-18 16:45:37 +01:00
Remove unused variable
This commit is contained in:
parent
1efbc3856c
commit
7b997634ef
@ -23,7 +23,6 @@ public class Commandsell extends EssentialsCommand
|
||||
public void run(final Server server, final User user, final String commandLabel, final String[] args) throws Exception
|
||||
{
|
||||
double totalWorth = 0.0;
|
||||
double worth = 0.0;
|
||||
String type = "";
|
||||
if (args.length < 1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user