mirror of
https://github.com/open-goal/jak-project
synced 2026-08-20 14:24:45 -04:00
goalc: debug issues, nrepl is working again
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
|
||||
void Deci2Server::write_on_accept() {
|
||||
u32 versions[2] = {versions::GOAL_VERSION_MAJOR, versions::GOAL_VERSION_MINOR};
|
||||
lock();
|
||||
write_to_socket(accepted_socket, (char*)&versions, 8);
|
||||
unlock();
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user