mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-20 02:24:45 +00:00
chat msg undo
This commit is contained in:
parent
bf5eb191dd
commit
350f78f46a
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue