a
This commit is contained in:
parent
fd6980a581
commit
db74083bbd
1 changed files with 2 additions and 1 deletions
|
|
@ -532,6 +532,8 @@ simulated function Mutate(string MutateString, PlayerController kfPlayer)
|
|||
// Done for safe access without the need to check for bounds.
|
||||
local array<String> modArray;
|
||||
|
||||
super.Mutate(MutateString, kfPlayer);
|
||||
|
||||
// Helpful sequence
|
||||
white = chr(27)$chr(200)$chr(200)$chr(200);
|
||||
// Transform our command into array for convenience
|
||||
|
|
@ -630,7 +632,6 @@ simulated function Mutate(string MutateString, PlayerController kfPlayer)
|
|||
nicePlayer.ClientMessage("Compressed lenght:" @ string(inputStream.GetSizeInBytes()) );
|
||||
nicePlayer.ClientMessage("Output:"@outputStream.ReadClassName(readLenght));
|
||||
}
|
||||
Super.Mutate(MutateString, kfPlayer);
|
||||
}
|
||||
/* Good test for writer
|
||||
else if(command ~= "TEST"){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue