change folder name

This commit is contained in:
Julian Nießner
2019-06-02 17:54:50 +02:00
parent 84beaf7fd6
commit 473432d9bb
7 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
#include "Command.h"
#include <iostream>
void TestCommandInternal::execute(GameServer *server)
{
std::cout << "Internal testcommand launched!" << std::endl;
}