From 2b8f836b8983b08def0425114ba7c621079a630a Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 14 Apr 2019 19:11:55 +0300 Subject: [PATCH] fix incorrect println native definition in ragepawn.inc --- RagePawn/ragepawn.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RagePawn/ragepawn.inc b/RagePawn/ragepawn.inc index 875fa02..d9ff93b 100644 --- a/RagePawn/ragepawn.inc +++ b/RagePawn/ragepawn.inc @@ -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