修复getEntityOwner问题

This commit is contained in:
子沐呀
2024-08-09 15:21:52 +08:00
Unverified
parent 72f2769f1a
commit 3e446d95de
+1 -1
View File
@@ -2468,7 +2468,7 @@ LLSE_Player.prototype.getArmorValue =
return GMLIB_API.getPlayerArmorValue(this); return GMLIB_API.getPlayerArmorValue(this);
} }
LLSE_Player.prototype.getEntityOwner = LLSE_Entity.prototype.getEntityOwner =
/** /**
* 获取实体的主人 * 获取实体的主人
* @returns {Entity|null} * @returns {Entity|null}