Skip to content

Commit

Permalink
mysql function update
Browse files Browse the repository at this point in the history
  • Loading branch information
Uncovery committed May 20, 2020
1 parent 6e88eda commit 57ac63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settler_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ function umc_settler_new() {
umc_exec_command($cmd);
// update UUID database
$sql = "UPDATE minecraft_srvr.UUID SET userlevel='Settler' WHERE UUID='{$UMC_USER['uuid']}';";
umc_mysql_query($sql);
umc_mysql_execute_query($sql);
umc_exec_command('pex reload');
umc_mod_broadcast("Congrats $player for becoming Settler!");
XMPP_ERROR_send_msg("$userlevel $player got promoted with command " . $cmd);
Expand Down

0 comments on commit 57ac63d

Please sign in to comment.