More removed DeedObject stuff

Also changed attachments to use ids instead of objects.  Best to use Ids
otherwise issues such as objects not deleting successfully occur, if not
outright causing persistence errors during saving.
This commit is contained in:
Treeku
2014-04-29 03:48:32 +01:00
parent 919eb5ea44
commit de296b4db2
5 changed files with 68 additions and 73 deletions
-2
View File
@@ -39,8 +39,6 @@ import resources.common.SpawnPoint;
import resources.datatables.WeaponType;
import resources.objects.building.BuildingObject;
import resources.objects.creature.CreatureObject;
import resources.objects.deed.Harvester_Deed;
import resources.objects.deed.Player_House_Deed;
import resources.objects.player.PlayerObject;
import resources.objects.tangible.TangibleObject;
import resources.objects.tool.SurveyTool;