1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-25 02:00:37 +01:00

Removed debug print from crabman77's pull-request in sprint

This commit is contained in:
LeMagnesium 2015-01-14 23:16:22 +01:00
parent 916f3cb093
commit 61de42c8fb

View File

@ -12,7 +12,6 @@ local staminaHud = {}
minetest.register_on_joinplayer(function(player) minetest.register_on_joinplayer(function(player)
local playerName = player:get_player_name() local playerName = player:get_player_name()
print("playename: " ..playerName)
players[playerName] = { players[playerName] = {
sprinting = false, sprinting = false,
timeOut = 0, timeOut = 0,