From 785c974f9bb8ddbbc8dbeaaf6d9b8e2f848c2b37 Mon Sep 17 00:00:00 2001 From: Splatink Date: Wed, 16 Apr 2025 20:34:52 +0300 Subject: [PATCH] fixed a bug displaying the illegal warning twice --- main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main.c b/main.c index 79bc2e0..07518cb 100644 --- a/main.c +++ b/main.c @@ -392,7 +392,6 @@ void sellItem(int itemPicked) printf("Sold!\n\n"); if (itemPicked >= 7) { - printf("You have sold an illegal item. Keep it up and the police might start asking questions"); player.illegalItemsSold++; } }