Fixed installer language strings, bumped MCPE build to 5 (already compatible)

This commit is contained in:
Shoghi Cervantes
2014-06-18 19:22:32 +02:00
parent 89a90c00fd
commit 825656feed
44 changed files with 30 additions and 1079 deletions

View File

@ -16,7 +16,7 @@ Before contributing to PocketMine-MP, please read this. Also, take a look if you
* When reporting, give as much info as you can, and if the Issue is a crash, give the Crash Dump.
* Issues should be written in English.
## I want to contribute code
## I want a new feature / I want to contribute code
* Use the [Pull Request](https://github.com/PocketMine/PocketMine-MP/pull/new) system, your request will be checked and discussed.
* __Create a single branch for that pull request__
* If you want to be part of PocketMine-MP, we will ask you to.
@ -57,14 +57,14 @@ class ExampleClass{
//do things
}elseif($firstArgument === "otherValue"){
$secondArgument = function(){
return array(
return [
0 => "value1",
1 => "value2",
2 => "value3",
3 => "value4",
4 => "value5",
5 => "value6",
);
];
}
}
}