Initial area improvements based on retail.

This commit is contained in:
MobiusDev
2017-07-26 16:26:20 +00:00
parent 39e3e36b1c
commit 392ee5175f
354 changed files with 127 additions and 1999 deletions

View File

@@ -187,7 +187,7 @@ public class HtmCache
*/
public boolean htmlNameExists(String search)
{
for (String s : _cache.keySet())
for (String s : _cache.values())
{
if (s.contains(search))
{