mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
chat msg undo
This commit is contained in:
parent
bf5eb191dd
commit
350f78f46a
|
|
@ -2805,7 +2805,7 @@ class SessionData(
|
||||||
}
|
}
|
||||||
|
|
||||||
def charSaved(): Unit = {
|
def charSaved(): Unit = {
|
||||||
sendResponse(ChatMsg(ChatMessageType.UNK_227, wideContents=false, "", s"@charsaved ${player.Position.x} ${player.Position.y} ${player.Position.z} ", None))
|
sendResponse(ChatMsg(ChatMessageType.UNK_227, wideContents=false, "", "@charsaved", None))
|
||||||
}
|
}
|
||||||
|
|
||||||
def startDeconstructing(obj: SpawnTube): Unit = {
|
def startDeconstructing(obj: SpawnTube): Unit = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue