This commit is contained in:
/home/neo 2026-07-12 10:12:12 +03:00 committed by GitHub
parent 9e48023dff
commit 8e5c92c0d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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