diff options
author | worktycho <work.tycho@gmail.com> | 2014-06-11 11:21:24 +0200 |
---|---|---|
committer | worktycho <work.tycho@gmail.com> | 2014-06-11 11:21:24 +0200 |
commit | 7cb88e8c06a2d86f7563cac1e0911f51801a3dee (patch) | |
tree | 5d88538203aa4c011fc1df43d01d9f653d873364 | |
parent | Removed assert that is now informed by type system (diff) | |
download | cuberite-7cb88e8c06a2d86f7563cac1e0911f51801a3dee.tar cuberite-7cb88e8c06a2d86f7563cac1e0911f51801a3dee.tar.gz cuberite-7cb88e8c06a2d86f7563cac1e0911f51801a3dee.tar.bz2 cuberite-7cb88e8c06a2d86f7563cac1e0911f51801a3dee.tar.lz cuberite-7cb88e8c06a2d86f7563cac1e0911f51801a3dee.tar.xz cuberite-7cb88e8c06a2d86f7563cac1e0911f51801a3dee.tar.zst cuberite-7cb88e8c06a2d86f7563cac1e0911f51801a3dee.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -MCServer [![Build Status](http://img.shields.io/travis/mc-server/MCServer.svg)](https://travis-ci.org/mc-server/MCServer) [![tip for next commit](http://tip4commit.com/projects/74.svg)](http://tip4commit.com/projects/74) +MCServer [![Build Status](http://img.shields.io/travis/mc-server/MCServer.svg)](https://travis-ci.org/mc-server/MCServer) [![Coverity Scan Build Status](https://scan.coverity.com/projects/1930/badge.svg)](https://scan.coverity.com/projects/1930) [![tip for next commit](http://tip4commit.com/projects/74.svg)](http://tip4commit.com/projects/74) ======== MCServer is a Minecraft server that is written in C++ and designed to be efficient with memory and CPU, as well as having a flexible Lua Plugin API. |