1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 07:37:45 +00:00

Trying to fix compilation issues related to HaroontheHalfShell

This commit is contained in:
Mordred 2022-02-17 08:31:57 +01:00
parent 81fb8108a3
commit abd456d2b3

View file

@ -3,10 +3,10 @@
using namespace Sapphire; using namespace Sapphire;
class HeroontheHalfshell : public Sapphire::ScriptAPI::InstanceContentScript class HeroontheHalfShell : public Sapphire::ScriptAPI::InstanceContentScript
{ {
public: public:
HeroontheHalfshell() : Sapphire::ScriptAPI::InstanceContentScript( 10004 ) HeroontheHalfShell() : Sapphire::ScriptAPI::InstanceContentScript( 10004 )
{ } { }
void onInit( InstanceContent& instance ) override void onInit( InstanceContent& instance ) override
@ -107,4 +107,4 @@ public:
}; };
EXPOSE_SCRIPT( HeroontheHalfshell ); EXPOSE_SCRIPT( HeroontheHalfShell );