forked from UNLOZE/sm-plugins
Correcting a Fetch + Pull.
Since i renamed stuff before fetching it kinda fucked up. My bad.
This commit is contained in:
@@ -329,5 +329,5 @@ public int Native_GetPlayerType(Handle hPlugin, int numParams)
|
||||
char[] sPlayerType = new char[length + 1];
|
||||
RevEmu_GetPlayerType(client, sPlayerType, length + 1);
|
||||
|
||||
return SetNativeString(2, sPlayerType, length + 1);
|
||||
return !SetNativeString(2, sPlayerType, length + 1);
|
||||
}
|
||||
Reference in New Issue
Block a user