updated every other windows-sepecific path

thx @zackbcom
This commit is contained in:
Sarjuuk
2014-09-05 12:31:10 +02:00
parent 0782440819
commit 5f09b7e5c5
10 changed files with 34 additions and 34 deletions

View File

@@ -1526,7 +1526,7 @@ class Util
public static function alphaMapCheck($areaId, array &$coords)
{
$file = 'cache\\alphaMaps\\'.$areaId.'.png';
$file = 'cache/alphaMaps/'.$areaId.'.png';
if (!file_exists($file))
{
self::addNote(U_GROUP_STAFF, 'Util::alphaMapCheck no suitable alphaMap found for area '.$areaId.'. Positional check omitted!');