Better fix for PlayerDropItem (commit: e918201)
Fix - take bydisplay:...This is to fix rare situations in which it would remove two items ratherthan just one. (commit: cc5dd8f)
Make tag/mech meta self-consistentMostly just the Element(x) - x is capital, 'Number' for an int,'Decimal' for a number with a decimal on it (float/double)there were also a few entirely incorrect return types I noticed and fix (commit: 388071e)
Fix server.match_playerForgot a .tolower! Woops! (commit: e2d0404)