This commit is contained in:
Rampoina 2020-11-13 23:54:10 +00:00 committed by Eyal Sawady
parent 5f2cb288b7
commit 1e43573346
No known key found for this signature in database
GPG Key ID: 604D3459E53A9952
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -1138,7 +1138,7 @@ retry2:
continue;
if(players[i].is_impostor) {
snprintf(buf, sizeof(buf), "You are in a spaceship, the other %d crew members think you're on of them\n# ", assigned - 1);
snprintf(buf, sizeof(buf), "You are in a spaceship, the other %d crew members think you're one of them\n# ", assigned - 1);
write(players[i].fd, buf, strlen(buf));
} else {
snprintf(buf, sizeof(buf), "You are in a spaceship, one of the crew of %d people\n", assigned);