fix typo

ljacqu 2017-11-18 09:13:36 +01:00
parent 336d736036
commit f5c159be48

@ -48,7 +48,7 @@ MySQL columns in config.yml:
# Column for storing player LastLocation - Yaw
mySQLlastlocYaw: 'authme_loc_yaw'
# Column for storing player LastLocation - Pitch
mySQLlastlocPitch: 'autme_loc_pitch'
mySQLlastlocPitch: 'authme_loc_pitch'
```
Note: cannot use registration date from phpBB because it is in seconds, while AuthMe stores the timestamp in milliseconds.