mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-10 04:16:01 +00:00
Fix printing, make CI into unique_ptr (more)
This commit is contained in:
@@ -31,5 +31,5 @@ void Args(int argc, char* argv[]){
|
||||
void InitServer(int argc, char* argv[]){
|
||||
InitLog();
|
||||
Args(argc,argv);
|
||||
CI = new ClientInterface;
|
||||
CI = std::make_unique<ClientInterface>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user