Yup, I just found this exact same bug. You're correct, it should be 4.
There's a very similar bug in the PlayerTypes enum, PLT_REMOTE = 3 should be PLT_REMOTE = 4, as it's another bit flag.
Great library though, just started using it, but working nicely.