Skip to content

Commit cf1820c

Browse files
author
hamstar0
committed
v2.1.4 (typo)
1 parent 6eca67b commit cf1820c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

NihilismPlayer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public override void SyncPlayer( int to_who, int from_who, bool new_player ) {
3434
}
3535

3636
public override void OnEnterWorld( Player player ) {
37-
if( player.whoAmI == Main.myPlayer ) { return; }
38-
if( this.player.whoAmI == Main.myPlayer ) { return; }
37+
if( player.whoAmI != Main.myPlayer ) { return; }
38+
if( this.player.whoAmI != Main.myPlayer ) { return; }
3939

4040
if( Main.netMode == 0 ) {
4141
this.OnEnterWorldForSingle();

0 commit comments

Comments
 (0)