From 3e1ef7845c4a4bbccbf135577f65fe2626e91f57 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Thu, 24 Jun 2021 18:47:12 +0800 Subject: [PATCH] Fix typo --- ryzom/common/src/game_share/scenario_entry_points.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryzom/common/src/game_share/scenario_entry_points.cpp b/ryzom/common/src/game_share/scenario_entry_points.cpp index e7257121a..fe237fb98 100644 --- a/ryzom/common/src/game_share/scenario_entry_points.cpp +++ b/ryzom/common/src/game_share/scenario_entry_points.cpp @@ -61,7 +61,7 @@ void CScenarioEntryPoints::init() { _HardIslandsPath = false; _CompleteIslandsFilenames.clear(); - _CompleteIslandsFilename.push_back("r2_islands.xml"); + _CompleteIslandsFilenames.push_back("r2_islands.xml"); _EntryPointsFilename = "r2_entry_points.txt"; } //-----------------------------------------------------------------------------