diff api/Objects/GameSystem.cs @ 276:d576034ad1dd

Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type * Migrate to using keys and keyrefs for default stats sets Also: * Make sure that getting the default ID fully loads the file
author IBBoard <dev@ibboard.co.uk>
date Sun, 04 Jul 2010 19:10:33 +0000
parents 2f3cafb69799
children 08a9c960e17f 4e0031339bcb db6713d5b35f
line wrap: on
line diff
--- a/api/Objects/GameSystem.cs	Sun Jul 04 13:52:26 2010 +0000
+++ b/api/Objects/GameSystem.cs	Sun Jul 04 19:10:33 2010 +0000
@@ -87,7 +87,8 @@
 		public string StandardSystemStatsID
 		{
 			get
-			{				
+			{
+				EnsureFullyLoaded();
 				return defaultStats;
 			}