mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-17 21:26:35 +02:00
Don't set Entity name in setc_guid().
This commit is contained in:
parent
708f5d05ec
commit
59e1b00ce0
@ -252,7 +252,7 @@ int Entity::getc_guid() {
|
||||
void Entity::setc_guid(int value) {
|
||||
_c_guid = value;
|
||||
|
||||
set_name(String::num(_c_guid));
|
||||
//set_name(String::num(_c_guid));
|
||||
}
|
||||
|
||||
//Transforms
|
||||
|
Loading…
Reference in New Issue
Block a user