TwoClunkers / Clunk-Genesis

Difficult to contain...
0 stars 1 forks source link

RPC: blockClick.setBlockValues() - trap NetworkViewID not found error #6

Closed RossMcConeghy closed 11 years ago

RossMcConeghy commented 11 years ago

This error spam is a major pain, for some reason try{} catch(e){} is not catching the error and it's bubbling out to the debug console... rather frustrating. Need to find a way to prevent this, maybe develop a different implementation.

RossMcConeghy commented 11 years ago

heh... well, now that the RPC is located within the PlacedBlock script I just used viewID.IsMine() to filter out the junk... the error spam is gone. yippee! =D

jesterstud commented 11 years ago

yay!