mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
[SKIP_BUILD] Change file encoding to UTF-8 with BOM
This commit is contained in:
parent
a4e55e8a93
commit
ef39e8329c
119 changed files with 141 additions and 141 deletions
|
|
@ -811,4 +811,4 @@ namespace Ionic.Crc
|
|||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1876,4 +1876,4 @@ namespace Ionic.Zlib
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// GZipStream.cs
|
||||
// GZipStream.cs
|
||||
// ------------------------------------------------------------------
|
||||
//
|
||||
// Copyright (c) 2009 Dino Chiesa and Microsoft Corporation.
|
||||
|
|
|
|||
|
|
@ -433,4 +433,4 @@ namespace Ionic.Zlib
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1792,4 +1792,4 @@ namespace Ionic.Zlib
|
|||
return blocks.SyncPoint();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -420,4 +420,4 @@ namespace Ionic.Zlib
|
|||
return res >> 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -543,4 +543,4 @@ namespace Ionic.Zlib
|
|||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// ZlibBaseStream.cs
|
||||
// ZlibBaseStream.cs
|
||||
// ------------------------------------------------------------------
|
||||
//
|
||||
// Copyright (c) 2009 Dino Chiesa and Microsoft Corporation.
|
||||
|
|
|
|||
|
|
@ -714,4 +714,4 @@ namespace Ionic.Zlib
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -722,4 +722,4 @@ namespace Ionic.Zlib
|
|||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ This part of the repository contains tools that may be useful for debugging
|
|||
MinecraftClientProxy
|
||||
A proxy between a MCC/Vanilla client and an offline-mode server which can intercept packets
|
||||
Useful to dump packets sent by a Vanilla minecraft client and compare them with packets from MCC
|
||||
Example of use case: https://github.com/MCCTeam/Minecraft-Console-Client/issues/195
|
||||
Example of use case: https://github.com/MCCTeam/Minecraft-Console-Client/issues/195
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue