Improvements to Saving #152

Merged
SenseiKiwi merged 2 commits from master into master 2014-04-12 01:20:54 +00:00
Showing only changes of commit a2ef6ef905 - Show all commits

View File

@@ -15,7 +15,8 @@ public class DDLogger
this.log.append("Logger started.\n");
}
public static DDLogger logger()
// SenseiKiwi: I changed this to private to guarantee that the logger isn't being used anywhere.
private static DDLogger logger()
{
if( instance == null)
{