Time Nick Message 03:58 MTDiscord I noticed that just recently as well, would be nice if it would sort title then name and finally path... 15:54 [MatrxMT] weird, apparently `core.path_exists` complains about mod security if i try to use it to search for a file within the mod 15:55 [MatrxMT] and the error message is `"Mod security: Blocked attempted read from simplestmap/map.conf"` 16:02 [MatrxMT] but `core.get_dir_list` doesn't 16:08 sfan5 are you passing an absolute path? does the file exist? 16:14 [MatrxMT] i am using an absolute path so that's probably it 16:43 [MatrxMT] oh whoops turns out i forgot to prepend the real path before 16:44 [MatrxMT] so it would more be like `"/home/.../simplestmap/map.conf"` 16:44 [MatrxMT] silly me