Skip to content

Commit

Permalink
fix incorrect println native definition in ragepawn.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
GTANAdam committed Apr 14, 2019
1 parent 2f9c317 commit 2b8f836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RagePawn/ragepawn.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Contains all of the natives and required stuff to get running
#define function%0(%1) forward%0(%1); public%0(%1)
// Console
native println(const string[], foreground = -1, background = -1, highlight = -1);
native println(const string[]);
native printfln(const format[], { Float,Fixed,_ }:...);
// String manipulation
Expand Down

0 comments on commit 2b8f836

Please sign in to comment.