mirror of
https://github.com/ChronosX88/mta-mono.git
synced 2024-11-24 11:12:20 +00:00
Fixed argument for C# method Debug::Log
This commit is contained in:
parent
f395553923
commit
4e97948b8d
@ -19,7 +19,7 @@ namespace MultiTheftAuto
|
|||||||
[MethodImpl( MethodImplOptions.InternalCall )]
|
[MethodImpl( MethodImplOptions.InternalCall )]
|
||||||
private static extern void Error( string message );
|
private static extern void Error( string message );
|
||||||
|
|
||||||
public static void Log( string message, params string[] args )
|
public static void Log( string message, params object[] args )
|
||||||
{
|
{
|
||||||
Log( String.Format( message, args ) );
|
Log( String.Format( message, args ) );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user