]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/map.cpp
refresh VFS on map change instead of restarting VFS, fix #105
[xonotic/netradiant.git] / radiant / map.cpp
index 0c0fd5f73136a59472c32f7c4b7b9846b3d37979..bdc7841e3ae292ecf99551dfa41014498963973c 100644 (file)
@@ -413,9 +413,9 @@ ModuleObservers g_mapPathObservers;
 class MapFileObserver : public ModuleObserver
 {
 void realise() {
-               // Restart VFS to apply new pak filtering based on mapname
+               // Refresh VFS to apply new pak filtering based on mapname
                // needed for daemon dpk vfs
-               VFS_Restart();
+               VFS_Refresh();
 }
 void unrealise() { }
 };