mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-15 22:57:12 +02:00
Expand the host plug-in API and not just the Squirrel API.
Extend the host plug-in API with a few more date/time functions. Update some of the plugins to use the expanded functions of the host plug-in API.
This commit is contained in:
@ -29,7 +29,7 @@ void ConnectionHnd::EvFwd(Pointer nc, Int32 ev_type, void * ev_data)
|
||||
{
|
||||
if (!nc->user_data)
|
||||
{
|
||||
_SqMod->LogErr("Event dispatched without valid instance");
|
||||
SqMod_LogErr("Event dispatched without valid instance");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user