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