暂存
This commit is contained in:
parent
a70301c352
commit
d9d0314312
@ -203,7 +203,8 @@ namespace PSO2SERVER.Models
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return String.Format("Rot: ({0}, {1}, {2}, {3}) Loc: ({4}, {5}, {6})", RotX, RotY, RotZ, RotW, PosX, PosY, PosZ);
|
||||
return String.Format("Rot: ({0}, {1}, {2}, {3}) Loc: ({4}, {5}, {6})"
|
||||
, RotX, RotY, RotZ, RotW, PosX, PosY, PosZ);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -201,7 +201,7 @@ namespace PSO2SERVER.Packets.Handlers
|
||||
byte[] final = reader.ReadBytes(4);
|
||||
|
||||
|
||||
Logger.WriteInternal("[ACT] {0} is preforming {1}", context.Character.Name, command);
|
||||
Logger.WriteInternal("[ACT] {0} 发送动作 {1}", context.Character.Name, command);
|
||||
|
||||
foreach (var c in Server.Instance.Clients)
|
||||
{
|
||||
|
@ -74,7 +74,7 @@ namespace PSO2SERVER.Zone
|
||||
break;
|
||||
|
||||
case MapType.Casino:
|
||||
location = new PSOLocation(0, 1f, 0, 0, 2, 6, 102);
|
||||
location = new PSOLocation(0f, 1f, 0f, 0f, 2f, 6f, 102f);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user