aboutsummaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/Main.hx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/Main.hx b/src/client/Main.hx
index 57a2d0f..28fefe8 100644
--- a/src/client/Main.hx
+++ b/src/client/Main.hx
@@ -500,6 +500,7 @@ class Main {
case Rewind:
player.setTime(data.rewind.time);
+ case Flashback: // server-only
case SetLeader:
clients.setLeader(data.setLeader.clientName);
updateUserList();
@@ -858,6 +859,9 @@ class Main {
case "clear":
send({type: ClearChat});
return true;
+ case "flashback", "fb":
+ send({type: Flashback});
+ return false;
}
if (matchSimpleDate.match(command)) {
send({
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage