Skip to content

Commit 80fea93

Browse files
committed
Global storage debugged
1 parent e669545 commit 80fea93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dataManager/GlobalStorage.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
public static function loadObject2(id:String):Vector.<uint>
129129
{
130130
var jsonObject:String = load(id);
131-
if(jsonObject==null)
131+
if(jsonObject==null || jsonObject=='')
132132
{
133133
return null ;
134134
}

0 commit comments

Comments
 (0)