mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-15 08:24:39 +00:00
chat msg undo
This commit is contained in:
parent
bf5eb191dd
commit
350f78f46a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue