Contract handling cleanup.

This commit is contained in:
2023-08-25 13:24:07 -04:00
parent dc0e14eb21
commit 52486fa278
4 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ public class SplatMobCmd extends AbstractDevCmd {
mobile = Mob.createMob(_mobileUUID,
Vector3fImmutable.getRandomPointInCircle(_currentLocation, _targetRange),
null, true, serverZone, null, 0, "", 1);
null, serverZone, null, null, "", 1);
if (mobile != null) {
mobile.updateDatabase();