1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-18 18:50:23 +02: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 5fb7a6e662
commit be396bfd1f

View File

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