mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 21:47:24 +00:00
Removed const
This commit is contained in:
parent
5fa0a16302
commit
04852ac1d9
@ -41,7 +41,7 @@ public:
|
||||
* @param sysAddr the address to send game message responses to
|
||||
* @param author optional explicit ID for the property, if not set defaults to the originator
|
||||
*/
|
||||
void OnQueryPropertyData(Entity* originator, const SystemAddress& sysAddr, LWOOBJID author = LWOOBJID_EMPTY) const;
|
||||
void OnQueryPropertyData(Entity* originator, const SystemAddress& sysAddr, LWOOBJID author = LWOOBJID_EMPTY);
|
||||
|
||||
/**
|
||||
* Handles an OnUse event, telling the client who owns this property, etc.
|
||||
|
Loading…
Reference in New Issue
Block a user