From 3811ad25d5380709f127e131c030156042edf3dd Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 17 Jun 2014 19:04:30 -0400 Subject: [PATCH] Don't put -1 in the age file... --- korman/properties/prop_world.py | 1 + 1 file changed, 1 insertion(+) diff --git a/korman/properties/prop_world.py b/korman/properties/prop_world.py index 1d9dba3..94e2c60 100644 --- a/korman/properties/prop_world.py +++ b/korman/properties/prop_world.py @@ -122,6 +122,7 @@ class PlasmaAge(bpy.types.PropertyGroup): _age_info = plAgeInfo() _age_info.dayLength = self.day_length _age_info.lingerTime = 180 # this is fairly standard + _age_info.maxCapacity = 50 # the server currently ignores this _age_info.name = exporter.age_name _age_info.seqPrefix = self.seq_prefix _age_info.startDateTime = self.start_time