Fixes messages and removes movement console logs (#328)
This commit is contained in:
parent
70f5128771
commit
c41906d3c7
2 changed files with 8 additions and 17 deletions
|
|
@ -90,15 +90,6 @@ namespace Server.Network
|
|||
int seq = reader.ReadByte();
|
||||
var key = reader.ReadUInt32();
|
||||
|
||||
if (key != 0)
|
||||
{
|
||||
state.WriteConsole("OldMove w/ Key {0}", key);
|
||||
}
|
||||
else
|
||||
{
|
||||
state.WriteConsole("Old Movement!");
|
||||
}
|
||||
|
||||
if (state.Sequence == 0 && seq != 0 || !from.Move(dir))
|
||||
{
|
||||
state.SendMovementRej(seq, from);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue