Skip to content

Commit 67c1199

Browse files
authored
#define _console_included
1 parent 47ebdc5 commit 67c1199

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

a_npc.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ open.mp releases can use `A` as the first digit.
236236
// Util
237237

238238
#if !defined _console_included
239+
#define _console_included
240+
239241
/// <summary>Prints a string to the server console (not in-game chat) and logs (server_log.txt).</summary>
240242
/// <param name="string">The string to print</param>
241243
/// <seealso name="printf"/>

0 commit comments

Comments
 (0)