Fix short names of various plugins

The short_name attr must be equal the folder name of the plugin,
otherwise get_active_plugin() in PluginManager fails
This commit is contained in:
Philipp Hörist
2018-11-10 00:51:57 +01:00
parent 0d26b8e8de
commit 25155b4e63
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[info]
name: Tic tac toe
short_name: Tic tac toe
short_name: tictactoe
version: 1.6.30
description: Play tic tac toe
authors = Yann Leboulanger <asterix@lagaule.org>