mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
parent
7a051afd97
commit
c6480192f8
@ -1739,7 +1739,7 @@ void Entity::CancelAllTimers() {
|
||||
}
|
||||
|
||||
bool Entity::IsPlayer() const {
|
||||
return m_TemplateID == 1 && GetCharacter() != nullptr;
|
||||
return m_TemplateID == 1 && GetSystemAddress() != UNASSIGNED_SYSTEM_ADDRESS;
|
||||
}
|
||||
|
||||
void Entity::TriggerEvent(std::string eventID, Entity* optionalTarget) {
|
||||
|
Loading…
Reference in New Issue
Block a user