Replace hooks with CS version, part 1
This commit is contained in:
@@ -626,9 +626,9 @@ internal sealed unsafe class Chat : IDisposable
|
||||
EurekaContextMenuTellHook!.Original(param1, playerName, worldName, world, id, param6);
|
||||
}
|
||||
|
||||
internal ulong GetContentIdForEntry(uint index)
|
||||
internal ulong GetContentIdForEntry(int index)
|
||||
{
|
||||
return Framework.Instance()->GetUiModule()->GetRaptureLogModule()->GetContentIdForLogMessage((int) index);
|
||||
return Framework.Instance()->GetUiModule()->GetRaptureLogModule()->GetContentIdForLogMessage(index);
|
||||
}
|
||||
|
||||
internal void SetChannel(InputChannel channel, string? tellTarget = null)
|
||||
|
||||
Reference in New Issue
Block a user