Skip to content

Commit

Permalink
Merge pull request #867 from ZeusWPI/cammiecoords
Browse files Browse the repository at this point in the history
Updated sofa coords for cammie requests.
  • Loading branch information
niknetniko authored Dec 12, 2023
2 parents d132b10 + d41770f commit 98a9d39
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 98a9d39

Please sign in to comment.