mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-20 03:20:03 +00:00
added mobdata to config
This commit is contained in:
@@ -45,7 +45,7 @@ void NPCManager::init() {
|
||||
|
||||
// load temporary mob dump
|
||||
try {
|
||||
std::ifstream inFile("data/mobs.json"); // not in settings, since it's temp
|
||||
std::ifstream inFile(settings::MOBJSON); // not in settings, since it's temp
|
||||
nlohmann::json npcData;
|
||||
|
||||
// read file into json
|
||||
|
||||
Reference in New Issue
Block a user