Fix two small typos.
This commit is contained in:
parent
e5c457df04
commit
f935f93d98
@ -153,10 +153,10 @@ public class DownstreamBridge extends PacketHandler
|
||||
if ( team.mode == 0 )
|
||||
{
|
||||
t = new Team( team.name );
|
||||
con.serverSentScoreboard.addTeam( team );
|
||||
con.serverSentScoreboard.addTeam( t );
|
||||
} else
|
||||
{
|
||||
con.serverSentScoreboard.getTeam( team.name );
|
||||
t = con.serverSentScoreboard.getTeam( team.name );
|
||||
}
|
||||
|
||||
if ( t != null )
|
||||
|
Loading…
Reference in New Issue
Block a user