Add friction help command to rides set

This commit is contained in:
duncanspumpkin 2016-09-21 19:25:40 +01:00
parent 843d865f01
commit 5b01653c11
1 changed files with 1 additions and 0 deletions

View File

@ -455,6 +455,7 @@ static int cc_rides(const utf8 **argv, int argc)
} else if (strcmp(argv[0], "set") == 0) {
if (argc < 4) {
console_printf("rides set type <ride id> <ride type>");
console_printf("rides set friction <ride id> <friction value>");
return 0;
}
if (strcmp(argv[1], "type") == 0) {