From 10509e4f001757567c53ef66994188a01b4e3653 Mon Sep 17 00:00:00 2001 From: Futuray-pgm Date: Thu, 4 Jul 2024 21:40:25 +0200 Subject: [PATCH] Update tutorial system - Part 2 : Player.h Update tutorial system to made it works (I hope). --- src/player.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/player.h b/src/player.h index e95bee3..2941515 100644 --- a/src/player.h +++ b/src/player.h @@ -685,5 +685,4 @@ private: }; #endif // !SERVER -#endif - +#endif \ No newline at end of file