mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-05 23:36:23 +00:00
Fix Console on Unix, adapt console behavior to that of a traditional
console, add Assert.h, add clang-format file with modified WebKit style
This commit is contained in:
@@ -163,7 +163,7 @@ void GlobalParser(Client*c, const std::string& Pack){
|
||||
}
|
||||
|
||||
switch (Code) {
|
||||
case 'P':
|
||||
case 'P': // initial connection
|
||||
Respond(c, Sec("P") + std::to_string(c->GetID()),true);
|
||||
SyncClient(c);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user