Fix some include stuff. Whoops, thank george for spotting one of them.
This commit is contained in:
parent
ceedd8b096
commit
852040540c
@ -43,6 +43,7 @@ public SharedPlugin __pl_entWatch_core =
|
|||||||
public void __pl_entWatch_core_SetNTVOptional()
|
public void __pl_entWatch_core_SetNTVOptional()
|
||||||
{
|
{
|
||||||
MarkNativeAsOptional("EW_GetItemCount");
|
MarkNativeAsOptional("EW_GetItemCount");
|
||||||
|
MarkNativeAsOptional("EW_GetItemData");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#define entWatch_restrictions_included
|
#define entWatch_restrictions_included
|
||||||
|
|
||||||
public SharedPlugin __pl_entWatch_core =
|
public SharedPlugin __pl_entWatch_restrictions =
|
||||||
{
|
{
|
||||||
name = "entWatch-restrictions",
|
name = "entWatch-restrictions",
|
||||||
file = "entWatch-restrictions.smx",
|
file = "entWatch-restrictions.smx",
|
||||||
@ -17,7 +17,7 @@ public SharedPlugin __pl_entWatch_core =
|
|||||||
};
|
};
|
||||||
|
|
||||||
#if !defined REQUIRE_PLUGIN
|
#if !defined REQUIRE_PLUGIN
|
||||||
public void __pl_entWatch_core_SetNTVOptional()
|
public void __pl_entWatch_restrictions_SetNTVOptional()
|
||||||
{
|
{
|
||||||
MarkNativeAsOptional("EW_ClientRestrict");
|
MarkNativeAsOptional("EW_ClientRestrict");
|
||||||
MarkNativeAsOptional("EW_ClientUnrestrict");
|
MarkNativeAsOptional("EW_ClientUnrestrict");
|
||||||
|
Loading…
Reference in New Issue
Block a user