No description
Find a file
2019-03-18 13:17:09 +01:00
SINner Fixing submodules 2019-03-17 19:19:56 +01:00
.gitignore Initial commit 2019-03-17 19:12:44 +01:00
.gitmodules Initial commit 2019-03-17 19:12:44 +01:00
LICENSE Initial commit 2019-03-17 19:12:44 +01:00
README.md Adjusted submodule change directory 2019-03-18 13:17:09 +01:00
SINner.sln Fixing submodules 2019-03-17 19:19:56 +01:00

SINner

Firefall server emulator

This tool was created for educational purposes only and should not be used by anyone.

This repository is using submodules, so in order to properly clone it use this

git clone --recurse-submodules https://github.com/themeldingwars/SINner.git

... if you already cloned the repo or are using an older version than 2.13 of git, use this to grab the needed submodules:

git clone https://github.com/themeldingwars/SINner.git
cd SINner
git submodule update --init --recursive