We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc3c13 commit b1ccf6eCopy full SHA for b1ccf6e
KBEngine.cs
@@ -907,7 +907,7 @@ public void onImportClientEntityDef(MemoryStream stream)
907
908
module.propertys[name] = savedata;
909
910
- if(ialiasID >= 0)
+ if(ialiasID != -1)
911
{
912
module.usePropertyDescrAlias = true;
913
module.idpropertys[(UInt16)ialiasID] = savedata;
@@ -957,7 +957,7 @@ public void onImportClientEntityDef(MemoryStream stream)
957
958
module.methods[name] = savedata;
959
960
961
962
module.useMethodDescrAlias = true;
963
module.idmethods[(UInt16)ialiasID] = savedata;
0 commit comments