mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
Fix dangling pointer
This commit is contained in:
@@ -245,7 +245,7 @@ private:
|
||||
/**
|
||||
* The database information that corresponds to this mission
|
||||
*/
|
||||
const CDMissions* info;
|
||||
CDMissions info;
|
||||
|
||||
/**
|
||||
* The current state this mission is in
|
||||
|
Reference in New Issue
Block a user