mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-13 22:01:04 -04:00
Initial Cleanup
This commit is contained in:
@@ -194,7 +194,7 @@ public class instance_reset extends script.base_script
|
||||
obj_id owner = instance_data.getObjId("owner");
|
||||
int startTime = instance_data.getInt("start_time");
|
||||
int resetAt = getCalendarTime();
|
||||
setObjVar(player, instance.PLAYER_INSTANCE + "." + instanceToRemove, "" + resetAt + "_" + instance_id + "_" + owner + "_" + newStartTime);
|
||||
setObjVar(player, instance.PLAYER_INSTANCE + "." + instanceToRemove, resetAt + "_" + instance_id + "_" + owner + "_" + newStartTime);
|
||||
instance_data = instance.getLockoutData(player, instanceToRemove);
|
||||
if (instance_data != null && !instance_data.isEmpty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user