mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Remove unused variable
This commit is contained in:
parent
1efbc3856c
commit
7b997634ef
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue