This commit is contained in:
2025-04-17 14:58:22 -05:00
parent f36f6ae125
commit a1e9401aaa
23 changed files with 157 additions and 44 deletions

View File

@@ -14,7 +14,7 @@ bool ChatServer::onEvent(const Archimedes::Event& event) {
return true;
} else */
if(type == app->getEventType("DataRecievedEvent")) {
if(type == app->getEventType(SMEvent::DataRecievedEvent())) {
static ServerModule* sm; { sm = (ServerModule*) moduleInstances[ServerModule()]; }