evandrocoan / MultiModServer

It is a Multi-Mod plugin's configurations for Amx Mod X - https://forums.alliedmods.net/showthread.php?t=273018
GNU General Public License v3.0
17 stars 17 forks source link

Remove "has_flag" stock #1

Closed Amaroq7 closed 8 years ago

Amaroq7 commented 8 years ago

This stock is useless, since it has been added in AMXX 1.8.0 and Galileo supports only 1.8.0 and newer versions. I think it can be safely removed.

addonszz commented 8 years ago

Hahah, you got into that. Thanks.

I use/try to follow the gitflow: http://nvie.com/posts/a-successful-git-branching-model/

On gitflow we do not merge/commit things straight to master, it is done to the 'develop' branch. But as I never specified that, I am merging it here for now, and I will update the README.MD to describe the git flow use.