fix entrypoint

This commit is contained in:
1e99 2024-12-03 20:13:41 +01:00
parent c17e1767e0
commit 6c4802b899

View file

@ -14,7 +14,7 @@
"icon": "assets/boringsmp/icon.png",
"environment": "server",
"entrypoints": {
"main": [
"server": [
"eu.e99.boringsmp.BoringSMP"
]
},