Removed redundant null check.
This commit is contained in:
@@ -271,7 +271,7 @@ public class TvT extends Event
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (lastBlueParty != null)
|
||||
else
|
||||
{
|
||||
participant.joinParty(lastBlueParty);
|
||||
}
|
||||
@@ -306,7 +306,7 @@ public class TvT extends Event
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (lastRedParty != null)
|
||||
else
|
||||
{
|
||||
participant.joinParty(lastRedParty);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user