Zed fixes #16

Merged
dkanus merged 24 commits from :fpfix into master 2022-03-03 15:43:35 +03:00
Showing only changes of commit db74083bbd - Show all commits

View File

@ -532,6 +532,8 @@ simulated function Mutate(string MutateString, PlayerController kfPlayer)
// Done for safe access without the need to check for bounds. // Done for safe access without the need to check for bounds.
local array<String> modArray; local array<String> modArray;
super.Mutate(MutateString, kfPlayer);
// Helpful sequence // Helpful sequence
white = chr(27)$chr(200)$chr(200)$chr(200); white = chr(27)$chr(200)$chr(200)$chr(200);
// Transform our command into array for convenience // 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("Compressed lenght:" @ string(inputStream.GetSizeInBytes()) );
nicePlayer.ClientMessage("Output:"@outputStream.ReadClassName(readLenght)); nicePlayer.ClientMessage("Output:"@outputStream.ReadClassName(readLenght));
} }
Super.Mutate(MutateString, kfPlayer);
} }
/* Good test for writer /* Good test for writer
else if(command ~= "TEST"){ else if(command ~= "TEST"){