mirror of
https://github.com/hermansimensen/eventqueue-fix.git
synced 2025-12-06 18:08:27 +00:00
formatting lul
This commit is contained in:
parent
e88ba8150b
commit
120d8d685b
@ -195,7 +195,9 @@ public MRESReturn DHook_AddEventTwo(Handle hParams)
|
||||
public MRESReturn DHook_AddEventThree(Handle hParams)
|
||||
{
|
||||
if(DHookIsNullParam(hParams, 5))
|
||||
{
|
||||
return MRES_Ignored;
|
||||
}
|
||||
|
||||
event_t event;
|
||||
DHookGetParamString(hParams, 1, event.target, 64);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user