This commit is contained in:
/home/neo 2026-06-14 18:12:06 +03:00 committed by GitHub
parent 2c496a7ddd
commit 36fd49ee64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,7 @@
api.actions.register("home-menu", {
id: "multiplayer",
label: "Multiplayer",
onClick: function () {
api.views.navigate("lcelive");
},
});