Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
GenisysPro
GenisysPro
Commits
5437e0f8
Commit
5437e0f8
authored
Aug 29, 2017
by
Frago9876543210
Committed by
GitHub
Aug 29, 2017
Browse files
Fix #850
parent
3f4b13b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pocketmine/Player.php
src/pocketmine/Player.php
+1
-1
No files found.
src/pocketmine/Player.php
View file @
5437e0f8
...
...
@@ -3263,7 +3263,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
$commandText
=
$packet
->
command
;
if
(
$packet
->
inputJson
!==
null
){
foreach
(
$packet
->
inputJson
as
$arg
){
//command ordering will be an issue
if
(
is_
string
(
$arg
))
//anti bot
if
(
!
is_
object
(
$arg
))
//anti bot
$commandText
.
=
" "
.
$arg
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment