Skip to content

Commit

Permalink
Sourcemod 1.7.1 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed Apr 19, 2015
1 parent 8f42ab9 commit 6085869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ install:
- cd ..

before_script:
- wget http://y4kstudios.com/sourcemod/mirror/sourcemod-1.7.0-linux.tar.gz
- tar -xzf sourcemod-1.7.0-linux.tar.gz
- wget http://www.gsptalk.com/mirror/sourcemod/sourcemod-1.7.1-linux.tar.gz
- tar -xzf sourcemod-1.7.1-linux.tar.gz
- cd addons/sourcemod/scripting/
- chmod +x spcomp
- PATH+=":$PWD"
Expand Down
2 changes: 1 addition & 1 deletion scripting/retakes_standardallocator.sp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void Retakes_OnWeaponsAllocated(ArrayList tPlayers, ArrayList ctPlayers,
/**
* Updates client weapon settings according to their cookies.
*/
public int OnClientCookiesCached(int client) {
public void OnClientCookiesCached(int client) {
if (IsFakeClient(client))
return;

Expand Down

0 comments on commit 6085869

Please sign in to comment.