mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 02:30:54 +00:00
Fix printing, make CI into unique_ptr (more)
This commit is contained in:
@@ -82,4 +82,4 @@ struct ClientInterface{
|
||||
}
|
||||
};
|
||||
|
||||
extern ClientInterface* CI;
|
||||
extern std::unique_ptr<ClientInterface> CI;
|
||||
|
||||
Reference in New Issue
Block a user