chat msg undo

This commit is contained in:
ScrawnyRonnie 2023-12-22 07:57:38 -05:00
parent bf5eb191dd
commit 350f78f46a

View file

@ -2805,7 +2805,7 @@ class SessionData(
}
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 = {