mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-02-16 07:49:50 +00:00
Merge branch 'main' into unique-ptrs
This commit is contained in:
@@ -354,7 +354,7 @@ namespace CppScripts {
|
||||
* @param player the player to remove
|
||||
* @param canceled if it was done via the cancel button
|
||||
*/
|
||||
virtual void OnRequestActivityExit(Entity* sender, LWOOBJID player, bool canceled){};
|
||||
virtual void OnRequestActivityExit(Entity* sender, LWOOBJID player, bool canceled) {};
|
||||
};
|
||||
|
||||
Script& GetScript(Entity* parent, const std::string& scriptName);
|
||||
|
||||
Reference in New Issue
Block a user