1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-27 00:15:23 +02:00

Remove unused variable

This commit is contained in:
KHobbits
2012-12-06 23:27:43 +00:00
parent 5a7c7510fe
commit 16dc929433

View File

@@ -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)
{