xtjoeytx / GServer-v2

GNU General Public License v3.0
7 stars 10 forks source link

[GS2-Parser] obj.positions(var) returns nothing #65

Closed xx-shitai-xx closed 1 year ago

xx-shitai-xx commented 1 year ago

Usage

temp.str = "asd 123 asd 456";
temp.arr = temp.str.postions("asd");

Expected result of temp.arr:

{ 0, 8 }

Current result:

null
xx-shitai-xx commented 1 year ago

@xtjoeytx Fixed