```c++ bool MapCache::Load_User_Maps() { ... for (unsigned int i = 0; i < strlen(".map"); i++) { map_name.Remove_Last_Char(); } ... } ``` `strlen(".map")` can be taken out of the loop condition.