Valkyrie icon indicating copy to clipboard operation
Valkyrie copied to clipboard

SCRIPT ERROR: @Valkyrie/server/sv_main.lua:60: No such export handlePlayer in resource Valkyrie

Open Nanorithm opened this issue 1 year ago • 1 comments

I looked and I can't seem to find a definition for this either, line 60 is calling the handlePlayer export but I don't see a handlePlayer function anywhere.

exports.Valkyrie:handlePlayer(netId, 'Maxium strikes', 'Exceeded maximum tracker strikes', true)

Nanorithm avatar Mar 26 '24 00:03 Nanorithm

That's an oversight on my part; it seems I mistakenly created a release without pushing code from my local branch. The strike system has not been implemented in the v1.5.0 release, so you'll need to wait for v2. Alternatively, you can clone the code directly, which does have the strike system partially implemented. Although I just picked up this project again, so if you can wait for v2, I would do so.

NotSomething0 avatar Mar 27 '24 23:03 NotSomething0