remove log
This commit is contained in:
@@ -173,7 +173,6 @@ namespace BrewMonster.Network
|
||||
public void c2s_SendCmdStopMove(in Vector3 vDest, float fSpeed, int iMoveMode,
|
||||
byte byDir, ushort wStamp, int iTime)
|
||||
{
|
||||
BMLogger.LogWarning("HoangDev : c2s_SendCmdStopMove");
|
||||
Instance._gameSession.c2s_SendCmdStopMove(vDest, fSpeed, iMoveMode, byDir, wStamp, iTime);
|
||||
}
|
||||
public void c2s_CmdPlayerMove(in Vector3 vCurPos, in Vector3 vDest,
|
||||
@@ -658,7 +657,6 @@ namespace BrewMonster.Network
|
||||
|
||||
public static void c2s_CmdSitDown()
|
||||
{
|
||||
BMLogger.LogError("HoangDev: c2s_CmdSitDown");
|
||||
Instance._gameSession.c2s_SendCmdSitDown();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user