Added TesterPlugin submodule, updated RakLib to fix packet loop issues

This commit is contained in:
Shoghi Cervantes
2014-12-17 23:29:57 +01:00
parent 922bfb33ac
commit 408a537001
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@ -9,3 +9,6 @@
[submodule "src/spl"] [submodule "src/spl"]
path = src/spl path = src/spl
url = https://github.com/PocketMine/PocketMine-SPL.git url = https://github.com/PocketMine/PocketMine-SPL.git
[submodule "tests/TesterPlugin"]
path = tests/TesterPlugin
url = https://github.com/PocketMine/TesterPlugin.git

1
tests/TesterPlugin Submodule

Submodule tests/TesterPlugin added at 1a0dec97cc