Skip to content

Commit

Permalink
Fix -hax (and motd in general) not applying on initial spawn world jo…
Browse files Browse the repository at this point in the history
…in. (Thanks 123DMWM)
  • Loading branch information
UnknownShadow200 committed Jan 22, 2018
1 parent 6f5cc28 commit a729aa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fCraft/Network/Player.Networking.cs
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ bool LoginSequence()
}
}
SendNow(Packet.MakeHandshake(this, serverName, motd));
SendNow(Packet.MakeSetPermission(this));

// AutoRank
if (ConfigKey.AutoRankEnabled.Enabled())
Expand Down Expand Up @@ -1002,7 +1003,7 @@ bool LoginSequence()
oldskinName = Info.skinName;
Info.skinName = Name;
}
Send(Packet.MakeSetPermission(this));

Server.UpdateTabList(true);
System.Console.Beep();
System.Console.Beep();
Expand Down

0 comments on commit a729aa0

Please sign in to comment.