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 authored and niknetniko committed Dec 12, 2023
1 parent d132b10 commit d41770f
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 d41770f

Please sign in to comment.