set rating and time related fields readonly

This commit is contained in:
Remy Marquis 2017-02-27 02:37:36 +01:00
parent 4d96f13647
commit 433d1c367b
1 changed files with 7 additions and 7 deletions

View File

@ -117,13 +117,13 @@ sess.damage_given int rw
sess.damage_received int rw
sess.team_damage_given int rw
sess.team_damage_received int rw
sess.time_axis int rw
sess.time_allies int rw
sess.time_played int rw
sess.mu float rw
sess.sigma float rw
sess.oldmu float rw
sess.oldsigma float rw
sess.time_axis int ro
sess.time_allies int ro
sess.time_played int ro
sess.mu float ro
sess.sigma float ro
sess.oldmu float ro
sess.oldsigma float ro
sess.uci int rw
sess.aWeaponStats weaponstat ro
================================= =========== ======== ==================================