diff options
author | Emma Miler <27428383+emma-miler@users.noreply.github.com> | 2022-02-03 00:16:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 20:16:51 -0300 |
commit | d10ae36c64123855eb828b7e2c19c6b405f0883a (patch) | |
tree | b8c495c4022ebb60f542bc0bc262ef068574579f /NorthstarDedicatedTest/pdef.h | |
parent | 8c2b7b4a544158035d6ad8669ba94b5bc31aadba (diff) | |
download | NorthstarLauncher-d10ae36c64123855eb828b7e2c19c6b405f0883a.tar.gz NorthstarLauncher-d10ae36c64123855eb828b7e2c19c6b405f0883a.zip |
Fix pdef custom path (#64)
Diffstat (limited to 'NorthstarDedicatedTest/pdef.h')
-rw-r--r-- | NorthstarDedicatedTest/pdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/pdef.h b/NorthstarDedicatedTest/pdef.h index ad85e372..a6bffbe4 100644 --- a/NorthstarDedicatedTest/pdef.h +++ b/NorthstarDedicatedTest/pdef.h @@ -1,4 +1,4 @@ #pragma once -const fs::path MOD_PDEF_PATH = GetCompiledAssetsPath() / "cfg/server/persistent_player_data_version_231.pdef"; +const fs::path MOD_PDEF_SUFFIX = "cfg/server/persistent_player_data_version_231.pdef"; const char* VPK_PDEF_PATH = "cfg/server/persistent_player_data_version_231.pdef";
\ No newline at end of file |