diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-05 21:40:19 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-05 21:40:19 +0200 |
commit | de5cec741985a7c2be52d0629a79b616921b6d57 (patch) | |
tree | 4ba655ce0e642c39e0c29cdca971af2b15ba8634 /VC2008 | |
parent | Fixed a crash when moving a player to a non-existent world (reported by tonibm19) (diff) | |
download | cuberite-de5cec741985a7c2be52d0629a79b616921b6d57.tar cuberite-de5cec741985a7c2be52d0629a79b616921b6d57.tar.gz cuberite-de5cec741985a7c2be52d0629a79b616921b6d57.tar.bz2 cuberite-de5cec741985a7c2be52d0629a79b616921b6d57.tar.lz cuberite-de5cec741985a7c2be52d0629a79b616921b6d57.tar.xz cuberite-de5cec741985a7c2be52d0629a79b616921b6d57.tar.zst cuberite-de5cec741985a7c2be52d0629a79b616921b6d57.zip |
Diffstat (limited to 'VC2008')
-rw-r--r-- | VC2008/MCServer.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index d1c82d8c4..699fa1354 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -2213,6 +2213,14 @@ >
</File>
<File
+ RelativePath="..\source\Protocol\Protocol16x.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\Protocol\Protocol16x.h"
+ >
+ </File>
+ <File
RelativePath="..\source\Protocol\ProtocolRecognizer.cpp"
>
</File>
|