- improved CREST error logging (character location errors), closed #288

This commit is contained in:
Exodus4D
2016-08-22 20:17:00 +02:00
parent 58a4c03c1f
commit bc71cd5633
2 changed files with 5 additions and 4 deletions

View File

@@ -692,7 +692,7 @@ class Map extends Controller\AccessController {
// update current location
// -> suppress temporary timeout errors
$activeCharacter = $activeCharacter->updateLog(['suppressTimeoutErrors' => true]);
$activeCharacter = $activeCharacter->updateLog(['suppressHTTPErrors' => true]);
// check character log (current system) and manipulate map (e.g. add new system)
if( (bool)$characterMapData['mapTracking'] ){