mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-01-27 22:19:53 +00:00
function rename
This commit is contained in:
@@ -272,7 +272,7 @@ public:
|
||||
/**
|
||||
* @return is pet ready to interact with an object
|
||||
*/
|
||||
bool GetIsReadyToInteract() { return m_ReadyToInteract; };
|
||||
bool IsReadyToInteract() { return m_ReadyToInteract; };
|
||||
|
||||
/**
|
||||
* Set up the pet bouncer interaction
|
||||
|
||||
Reference in New Issue
Block a user