mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 17:54:01 +00:00
chore: Use TryParse for LDF parsing (#1206)
* LDF: Simplify parsing * Update GeneralUtils.h
This commit is contained in:
@@ -17,7 +17,7 @@ protected:
|
||||
}
|
||||
};
|
||||
|
||||
#define LdfUniquePtr std::unique_ptr<LDFBaseData>
|
||||
typedef std::unique_ptr<LDFBaseData> LdfUniquePtr;
|
||||
|
||||
// Suite of tests for parsing LDF values
|
||||
|
||||
|
Reference in New Issue
Block a user