Remove unused array

This commit is contained in:
worldwidesorrow
2020-01-09 17:37:29 -06:00
committed by GitHub
parent 1380392ec1
commit 575cb539a1

View File

@@ -14,6 +14,5 @@ class Land_Misc_deerstand: Hunting
maxRoaming = 3;
zedPos[] = {{0.419922,-0.234375,0.985291},{-0.836914,-0.929688,0.985291}};
lootChance = 0.5;
//lootPos[] = {{-0.836914,-0.929688,0.985291},{0.419922,-0.234375,0.985291}};
lootPos[] = {{-0.923828,-0.808594,1.08539},{0.419922,-0.237305,1.08539}};
};
};