diff options
author | Alexander Harkness <bearbin@gmail.com> | 2014-01-17 11:38:36 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2014-01-17 11:38:36 +0100 |
commit | 714c8ed1a99059cbb10e1902a0be61fb76e56f43 (patch) | |
tree | 3e3bf3219929d0cf2e4ccf31c58a3dc88d1090b7 | |
parent | Merge pull request #534 from mc-server/SpawnMinecart (diff) | |
download | cuberite-714c8ed1a99059cbb10e1902a0be61fb76e56f43.tar cuberite-714c8ed1a99059cbb10e1902a0be61fb76e56f43.tar.gz cuberite-714c8ed1a99059cbb10e1902a0be61fb76e56f43.tar.bz2 cuberite-714c8ed1a99059cbb10e1902a0be61fb76e56f43.tar.lz cuberite-714c8ed1a99059cbb10e1902a0be61fb76e56f43.tar.xz cuberite-714c8ed1a99059cbb10e1902a0be61fb76e56f43.tar.zst cuberite-714c8ed1a99059cbb10e1902a0be61fb76e56f43.zip |
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | MCServer/Plugins/Core | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 028471319..2b5596589 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "MCServer/Plugins/Core"] path = MCServer/Plugins/Core - url = git://github.com/mc-server/Core.git + url = https://github.com/mc-server/Core.git [submodule "MCServer/Plugins/ProtectionAreas"] path = MCServer/Plugins/ProtectionAreas - url = git://github.com/mc-server/ProtectionAreas.git + url = https://github.com/mc-server/ProtectionAreas.git [submodule "MCServer/Plugins/TransAPI"] path = MCServer/Plugins/TransAPI - url = git://github.com/bearbin/transapi.git + url = https://github.com/bearbin/transapi.git diff --git a/MCServer/Plugins/Core b/MCServer/Plugins/Core -Subproject decc72f3a9134d80df5e14c3f2570e1479d521c +Subproject 1d524e4e7d2b1178f2b772c95766c63c338ad71 |