- Timestamp:
- Apr 18, 2015, 4:27:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/PersistentData/PersistentContainer.cs
r146 r230 54 54 return true; 55 55 } catch (Exception e) { 56 Log.Out ("Exception in PersistentContainer.Load: " + e.Message); 56 Log.Error ("Exception in PersistentContainer.Load"); 57 Log.Exception (e); 57 58 } 58 59 }
Note:
See TracChangeset
for help on using the changeset viewer.