Skip to content

Commit

Permalink
Updated sofa coords for cammie requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
lverherb committed Dec 4, 2023
1 parent 1b85e67 commit dea6cb3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public enum Command {
SOUTH_EAST(REL, 10, -10),
SMALL_TABLE(ABS, 43, 15),
BIG_TABLE(ABS, 32, 6),
SOFA(ABS, 64, 4),
SOFA(ABS, 64, 10),
DOOR(ABS, 30, 4);

final String command;
Expand Down Expand Up @@ -124,4 +124,4 @@ public Result<String> execute(@NonNull Bundle args) {
return Result.Builder.fromException(exception);
}
}
}
}

0 comments on commit dea6cb3

Please sign in to comment.