Reduce scope of variables
This commit is contained in:
@@ -98,10 +98,10 @@ public class MultiCraftingTracker
|
||||
}
|
||||
else if( craftingJob != null )
|
||||
{
|
||||
ICraftingJob job = null;
|
||||
|
||||
try
|
||||
{
|
||||
ICraftingJob job = null;
|
||||
if( craftingJob.isDone() )
|
||||
{
|
||||
job = craftingJob.get();
|
||||
|
||||
Reference in New Issue
Block a user