Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

K4-System v1.3.3

Compare
Choose a tag to compare
@K4ryuu K4ryuu released this 21 Nov 18:16
· 336 commits to dev since this release

Warning

The database schema has changes so you have to regenerate the tables by the plugin, or if you want to keep the data, you should run this command in your database: ALTER TABLE `k4stats` ADD COLUMN `lastseen` DATETIME DEFAULT CURRENT_TIMESTAMP;

  • feat: Last seen value to statistics (#37)
  • fix: Retake bomb plant incompatibility bug (#31,#25)
  • fix: Toplist rank colors (#32, #34)
  • fix: Possible reference problems

Full Changelog: v1.3.2...v1.3.3